Skip to content
supertab-browser / 6.10.0

supertab-browser 6.10.0

Install from the command line:
Learn more about npm packages
$ npm install @laterpay/supertab-browser@6.10.0
Install via package.json:
"@laterpay/supertab-browser": "6.10.0"

About this version

supertab-browser

Supertab Browser SDK.

Installation

npm install @laterpay/supertab-browser

Usage

The supertab-browser instance can be initialized in two ways:

1. Using window global variables

window.SupertabInit(options); // will be available as window.Supertab
console.log(await window.Supertab.getApiVersion()); // will print the version of the API

2. Using Supertab class

const client = new Supertab(options); // will return a Supertab instance
console.log(await client.getApiVersion()); // will print the version of the API

Details


Assets

  • supertab-browser-6.10.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0