post-robot icon indicating copy to clipboard operation
post-robot copied to clipboard

Cross domain post-messaging on the client side using a simple listener/client pattern.

Results 20 post-robot issues
Sort by recently updated
recently updated
newest added

Hi there! It seems PayPal is using this library (or react-native web view), I integrated successfully PayPal Smart Payment Buttons in old versions of React Native Webview, but it fails...

i am trying to use post-robot in the chrome extension to make communication between page script and content script. If i return Promise inside 'postRobot.on' i will get error 'No...

I noticed a couple of instances that would be nice to fix. `once` definition doesn't return cancel function in its type. It should return ``` export function once( name: string,...

closes #41 . #hacktoberfest !

Partially Resolves #41 . This PR exports the `cancelResponseListeners` function under the postRobot object as `postRobot.cancelAll()`. #hacktoberfest !

Hello I'm trying to communicate a React App with an Iframe for payment, however, the communication between these 2 is intermentely, sometimes `postRobot.send(iframe.contentWindow,'user',{....}, {domain:'https://${hostOfmyIframe}.com'}` Such sometimes I'm able to make...

Post robot on a cross domain iframe does not seem to be working on newer versions of Chrome anymore. It works fine on firefox. Code for listener: ``` In html:...

Hi, I have a child page running at localhost:8080/apps/child.html, as below. ```javascript child page listener=postRobot.on('getUser',{domain: 'http://localhost:8080'}, function(event) { console.log(event) return { id: 1234, name: 'Zippy the Pinhead', }; }); console.log("listener...

For example, how I test whether the following handler was already set? Looks like I can catch the exception. Just want to know whether there is a more elegant way....

🎃 Hacktoberfest
hacktoberfest