Skip to content

Blob Support #1143

@fradniev

Description

@fradniev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions