-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
ReferenceError: Can't find variable: SharedArrayBuffer #37
Comments
Very interesting problem I have the same issue |
I have a similar issue (Safari only, works fine on Chrome):
webidl-conversions/lib/index.js Lines 155 to 158 in dd42044
|
Seems like this is why: magiclabs/magic-js#131 (comment)
Until JavaScriptCore adds support for these, I'll have to avoid using |
@victorlin I had to do the same, i removed from project |
I have the 6.1.0 version but safari throw the error, in chrome work normally
if i comment the line lib/index.js line 348 work correctly
The text was updated successfully, but these errors were encountered: