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
@@ -323,6 +324,7 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
323
324
}
324
325
returntrue;
325
326
};
327
+
Statement.prototype["bind_"]=Statement.prototype.bind;// work around https://github.com/GoogleChromeLabs/comlink/blob/4ba8162f6c28fb1bf53b491565ef9a3ae42b72d3/src/comlink.ts#L432
326
328
327
329
/** Execute the statement, fetching the the next line of result,
328
330
that can be retrieved with {@link Statement.get}.
@@ -790,8 +792,22 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
0 commit comments