File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- --- pkg/html_rewriter.js 2021-07-22 16:09:24 .000000000 +0100
2
- +++ pkg2/html_rewriter.js 2021-07-22 16: 10:13 .000000000 +0100
1
+ --- pkg/html_rewriter.js 2021-07-24 10:12:13 .000000000 +0100
2
+ +++ pkg2/html_rewriter.js 2021-07-24 10:11:57 .000000000 +0100
3
3
@@ -1,7 +1,7 @@
4
4
let imports = {};
5
5
imports['__wbindgen_placeholder__'] = module.exports;
194
194
}
195
195
/**
196
196
* @returns {boolean}
197
- @@ -847,5 +868,6 @@
197
+ @@ -801,7 +822,8 @@
198
+ }, arguments) };
199
+
200
+ module.exports.__wbg_instanceof_Promise_c6535fc791fcc4d2 = function(arg0) {
201
+ - var ret = getObject(arg0) instanceof Promise;
202
+ + var obj = getObject(arg0);
203
+ + var ret = (obj instanceof Promise) || (typeof obj === "object" && typeof obj.then === "function");
204
+ return ret;
205
+ };
206
+
207
+ @@ -847,5 +869,6 @@
198
208
const wasmModule = new WebAssembly.Module(bytes);
199
209
const wasmInstance = new WebAssembly.Instance(wasmModule, imports);
200
210
wasm = wasmInstance.exports;
You can’t perform that action at this time.
0 commit comments