stringon-webwing-hub

1.0.2 • Public • Published

mall-mobile

Project setup

npm -i stringon-webwing-hub

Introduction

const hub = require('stringon-webwing-hub');

// In webwing page: 

const iframe = document.getElementById('iframe_mall');
hub.agent.attach(iframe, {});

// In iframe page
hub.agent.attach(null, {
  onQuery,
  onUpdate,
  onUpdatebatch,
  onNewlocation,
});


Readme

Keywords

none

Package Sidebar

Install

npm i stringon-webwing-hub

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

22.1 kB

Total Files

17

Last publish

Collaborators

  • noel2004
  • okdoso