We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i was trying to impelemt in my angular2 app but its no works. i can initialize de portHole object but the listener never is called.
var windowProxy; windowProxy = new Porthole.WindowProxy('', 'iframeSrc'); // Register an event handler to receive messages; // if (window.addEventListener) { // window.addEventListener('message', this.handledMessage.bind(this), false); // } else { // (<any>window).attachEvent('onmessage', this.handledMessage.bind(this)); // } windowProxy.addEventListener((event: any) => { debugger; });
Any help please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
i was trying to impelemt in my angular2 app but its no works. i can initialize de portHole object but the listener never is called.
Any help please?
The text was updated successfully, but these errors were encountered: