-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
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
SpectorJS broken in Chrome Canary due to new, lower postMessage size limit #69
Comments
CC'ing @fserb . |
Hello @kenrussell Thank for the feedback. Are you aware of anything I could/should use in Canary to share a huge amount of data with an extension ? Also What is the current limit ? I will fix it as soon as we agree on the best strategy for this. I hope I won t have to split the capture to make the extension work. Thx |
if you find a different way to send data to extensions, it might help with #63 |
I just stumbled upon this: https://github.com/krakenjs/post-robot Do you think this could fix the issue? |
I ll have a look at it, thx. I will wait the answer to this issue before integrating #63 . |
split it into chunks in order to work around new message size limits imposed in Chrome. Fixes BabylonJS#69.
Happy to report that I found a small and localized fix for this problem. :) |
Thanks! Much appreciated ;) |
You're welcome, happy to contribute :) |
Chrome version: 63.0.3236.0 (Official Build) canary (64-bit)
OS: macOS 10.12.6 on Retina MacBook Pro, NVIDIA GPU
To reproduce :
It contains:
The text was updated successfully, but these errors were encountered: