Skip to content

Since 21-Jul-2021 your package does not work in Chrome #36

@damilaufer

Description

@damilaufer

Since version 92 of Chrome, SharedArraybuffer needs a special cross-origin setting. Without it, you get the error below.
Maybe you can drop the usage of webidl-conversions. They say you should not use it, even in THEIR readme.md

bundle.js:10825 Uncaught ReferenceError: SharedArrayBuffer is not defined
at Object.../node_modules/notebookjs/node_modules/webidl-conversions/lib/index.js (bundle.js:10825)
at i (bundle.js:1)
at Object.../node_modules/notebookjs/node_modules/whatwg-url/dist/URL.js (bundle.js:10843)
at i (bundle.js:1)
at Object.../node_modules/notebookjs/node_modules/whatwg-url/webidl2js-wrapper.js (bundle.js:10903)
at i (bundle.js:1)
at Object.../node_modules/notebookjs/node_modules/whatwg-url/index.js (bundle.js:10897)
at i (bundle.js:1)
at Object. (bundle.js:7663)
at Object.../node_modules/notebookjs/node_modules/jsdom/lib/api.js (bundle.js:7663)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions