Skip to content

Blob Support #1143

Open
Open
@fradniev

Description

Currently I'm trying to use OpenLayers with AMP instead of google maps but besides having a problem with "publicPath", I'm also having a problem with Blob not being defined.

[amp-script] Uncaught ReferenceError: Blob is not defined

I get this error after finding a version of OpenLayers with 'publicPath: "" '.

I did a simple js with the only code being

var blob = new Blob();
console.log(blob);

And again I get the error that Blob is not defined

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions