1.0.5 • Published 5 years ago

@stringon/webwing-hub v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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,
});
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago