UNPKG

tus-js-client

Version:

A pure JavaScript client for the tus resumable upload protocol

8 lines (6 loc) 218 B
const isCordova = () => typeof window !== 'undefined' && (typeof window.PhoneGap !== 'undefined' || typeof window.Cordova !== 'undefined' || typeof window.cordova !== 'undefined') export default isCordova