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
fix(assert,streams): handle SharedArrayBuffer being disabled in some browser context (#6856)
Per MDN spec SharedArrayBuffer require secure context and cross-origin isolated. When these contextes are not given then equal and new Buffer fail when called in the Web.
0 commit comments