@macpaw/browser-deeplink

v1.0.1
Tiny function to open application from browser. Resolves if the application was requested to open.

browser-deeplink

Tiny function to open application from browser. Resolves if the application was requested to open.

import { browserDeeplink } from '@macpaw/browser-deeplink';

browserDeeplink('cleanmymac://signin?email=1%401.com&src=dashboard')
  .then(() => {
    console.log('application is requested to open')
  })
  .catch(() => {
    console.log('application is not installed')
  });
npm i @macpaw/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/28/2021

Downloads