Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blob Support #1143

Open
fradniev opened this issue Aug 17, 2022 · 0 comments
Open

Blob Support #1143

fradniev opened this issue Aug 17, 2022 · 0 comments

Comments

@fradniev
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant