@flowio/browser-bundle
TypeScript icon, indicating that this package has built-in type declarations

2.0.26 • Public • Published

@flowio/browser-bundle

Module to provide a service to interface with Flow's browser bundle, designed to be consumed by flowjs. Caches the response it receives, unless force option is passed. All parameters are optional, however if session is not passed, browserBundle.applySession(...) must be called first.

Usage

// commonjs require
const browserBundle = require('@flowio/browser-bundle');
// es6 import
import browserBundle from '@flowio/browser-bundle';


browserBundle.fetch({
  session: sessionObj,
  options: {
    force: false
  },
});

Readme

Keywords

Package Sidebar

Install

npm i @flowio/browser-bundle

Weekly Downloads

10

Version

2.0.26

License

UNLICENSED

Unpacked Size

14 kB

Total Files

12

Last publish

Collaborators

  • mchimirev
  • martapralat
  • sid.jain
  • gdxn96
  • flowtech
  • roryh
  • cbosatflow
  • garethgd