Skip to content

window not defined in web workers #104

@piotrblasiak

Description

@piotrblasiak

The problem seems to be in browsers.js:

module.exports = window.fetch || (window.fetch = require('unfetch').default || require('unfetch'));

And I think this could be solved by replacing window with global?

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