UNPKG

tus-js-client-stall-detection

Version:

A pure JavaScript client for the tus resumable upload protocol

6 lines (4 loc) 152 B
const isCordova = () => typeof window !== 'undefined' && ('PhoneGap' in window || 'Cordova' in window || 'cordova' in window) export { isCordova }