You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using js.io included with Hookbox. While it works great in all the browser's I've tested it on, it fails completely in Adobe AIR. Worked a bit with mcarter tonight and we think we have the problem narrowed down to Adobe's sandbox restrictions which prevent using eval() after onLoad has fired. Would there be any way to offer a sort of .compile() function or something similar which will allow this to work around that restriction?
The text was updated successfully, but these errors were encountered:
Make the csp client use JSON.parse instead of eval
Have the compiler create a transformed version of the code that doesn't use with/eval
Number 2 is difficult, so at the least we should have compiled versions of js.io that will import all environment/transport combinations it contains at load time.
I am using js.io included with Hookbox. While it works great in all the browser's I've tested it on, it fails completely in Adobe AIR. Worked a bit with mcarter tonight and we think we have the problem narrowed down to Adobe's sandbox restrictions which prevent using eval() after onLoad has fired. Would there be any way to offer a sort of .compile() function or something similar which will allow this to work around that restriction?
The text was updated successfully, but these errors were encountered: