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 6abb3c9 commit 0b3db6bCopy full SHA for 0b3db6b
src/content/webglHook.js
@@ -80,7 +80,7 @@ if (typeof exportFunction === "function") ns.on("capabilities", event => {
80
error(e);
81
}
82
notifyPage();
83
- return {};
+ return null;
84
85
return getContext.call(this, type, ...rest);
86
}, proto, {defineAs: "getContext"});
0 commit comments