Skip to content

Edge won't parse JS code that uses import.meta.url #8251

@mramato

Description

@mramato

We use import.meta.url in buildModuleUrl to find the current module location and build CESIUM_BASE_URL. Apparently Edge won't even parse code with import.meta.url in it and silently fails without any kind of indication.

We may be able to avoid import.meta.url completely and take a different approach.

There's some other weirdness in buildModuleUrl as well that we may want to review since a lot has changed since it was written.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions