UNPKG

tus-js-client

Version:

A pure JavaScript client for the tus resumable upload protocol

4 lines 233 B
var isCordova = function isCordova() { return typeof window !== 'undefined' && (typeof window.PhoneGap !== 'undefined' || typeof window.Cordova !== 'undefined' || typeof window.cordova !== 'undefined'); }; export default isCordova;