Skip to content

[dev-server-legacy] Legacy Edge needs globalThis polyfill #1265

Open
@kevinpschaaf

Description

@kevinpschaaf

One of the (many) things that the CoreJS polyfills provide is a globalThis polyfill, which is needed on legacy Edge. However, the current polyfill test for loading CoreJS is the 'noModule' in HTMLScriptElement.prototype test, which unfortunately passes for legacy Edge (e.g. Edge 18).

Would you consider adding the globalThis test to loading the CoreJS polyfill (e.g. 'globalThis' in window) so that legacy Edge gets that polyfill?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions