We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1723ed8 commit 3e22d38Copy full SHA for 3e22d38
tasks/util/make_schema.js
@@ -12,6 +12,7 @@ module.exports = function makeSchema(plotlyPath, schemaPath) {
12
// package is annoying and platform-dependent.
13
// see https://github.com/tmpvar/jsdom/issues/1782
14
w.HTMLCanvasElement.prototype.getContext = function() { return null; };
15
+ w.URL.createObjectURL = function() { return null; };
16
17
w.eval(plotlyjsCode);
18
0 commit comments