UNPKG

tus-js-client-stall-detection

Version:

A pure JavaScript client for the tus resumable upload protocol

7 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isCordova = void 0; const isCordova = () => typeof window !== 'undefined' && ('PhoneGap' in window || 'Cordova' in window || 'cordova' in window); exports.isCordova = isCordova; //# sourceMappingURL=isCordova.js.map