1.0.2 • Published 4 years ago

stringon-webwing-hub v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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,
});