2.0.0 • Published 9 years ago

lib-hhconnect v2.0.0

Weekly downloads
3
License
MIT
Repository
bitbucket
Last release
9 years ago

HackHands Cross-origin iFrame API protocol

v2.0.0


//Init var HH = hhConnect({ target: })


// Call a Method HH.call(, , ) HH.call('calc', 'hello', function(error, cb){

});

// Bind a Method response/logic HH.bind(, ) HH.bind('calc', function(params, cb){

});


// Listen for an event x.on(, )

// Emit an event x.emit(, )


2.0.1

9 years ago

2.0.0

9 years ago