UNPKG

@thepassle/app-tools

Version:

Collection of tools I regularly use to build apps. Maybe they're useful to somebody else. Maybe not. Most of these are thin wrappers around native API's, like the native `<dialog>` element, `fetch` API, and `URLPattern`.

7 lines 227 B
export const capabilities = { WAKELOCK: 'wakeLock' in navigator, BADGING: 'setAppBadge' in navigator, SHARE: 'share' in navigator, SERVICEWORKER: 'serviceWorker' in navigator, NOTIFICATION: 'Notification' in window };