Skip to content

Worklet support #20

Open
Open
@daxpedda

Description

@daxpedda

To support Worklets we have to consider globalThis.

Basically:

})(typeof global == "" + void 0 ? typeof self == "" + void 0 ? this : self : global);

has to be changed to:

})(typeof global == "" + void 0 ? typeof self == "" + void 0 ? typeof this == "" + void 0 ? globalThis : this : self : 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