1.0.5 • Published 5 years ago
@stringon/webwing-hub v1.0.5
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,
});