browsergap.js

1.0.3 • Public • Published

browsergap.js

BrowserGap client side library

BG.openSecurely(url: URI, options: BGOptions)

An API to open a link in a secure remote browser context. Calling the below will open a new tab.

  import BrowserGap from 'browsergap';

  const BG = BrowserGap('<my api key>');

  BG.openSecurely(url);

/browsergap.js/

    Package Sidebar

    Install

    npm i browsergap.js

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    4.06 kB

    Total Files

    6

    Last publish

    Collaborators

    • dosy