You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: