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
EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
evaluating javascript code in chrome extension is not allowed so it is impossible to use this in chrome extension :(
The text was updated successfully, but these errors were encountered:
@ledlamp You could use @stdlib/ndarray-ctor which doesn't use code evaluation. If you are needing to use specific scijs functionality, you'll need to write a small adapter, as the array objects are not directly compatible.
EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
evaluating javascript code in chrome extension is not allowed so it is impossible to use this in chrome extension :(
The text was updated successfully, but these errors were encountered: