@xberg-io/crawlberg-wasm 1.5.2 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/pkg/bundler/crawlberg_wasm.d.ts +10 -10
- package/pkg/bundler/crawlberg_wasm_bg.js +233 -224
- package/pkg/bundler/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/bundler/crawlberg_wasm_bg.wasm.d.ts +36 -36
- package/pkg/bundler/package.json +1 -1
- package/pkg/deno/crawlberg_wasm.d.ts +10 -10
- package/pkg/deno/crawlberg_wasm.js +233 -224
- package/pkg/deno/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/deno/crawlberg_wasm_bg.wasm.d.ts +36 -36
- package/pkg/nodejs/crawlberg_wasm.d.ts +10 -10
- package/pkg/nodejs/crawlberg_wasm.js +233 -224
- package/pkg/nodejs/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/nodejs/crawlberg_wasm_bg.wasm.d.ts +36 -36
- package/pkg/nodejs/package.json +1 -1
- package/pkg/web/crawlberg_wasm.d.ts +46 -46
- package/pkg/web/crawlberg_wasm.js +233 -224
- package/pkg/web/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/web/crawlberg_wasm_bg.wasm.d.ts +36 -36
- package/pkg/web/package.json +1 -1
|
@@ -1164,12 +1164,6 @@ class WasmBrowserConfig {
|
|
|
1164
1164
|
set timeout(value) {
|
|
1165
1165
|
wasm.wasmbrowserconfig_set_timeout(this.__wbg_ptr, !isLikeNone(value), isLikeNone(value) ? BigInt(0) : value);
|
|
1166
1166
|
}
|
|
1167
|
-
/**
|
|
1168
|
-
* @param {WasmBrowserWait} value
|
|
1169
|
-
*/
|
|
1170
|
-
set wait(value) {
|
|
1171
|
-
wasm.wasmbrowserconfig_set_wait(this.__wbg_ptr, value);
|
|
1172
|
-
}
|
|
1173
1167
|
/**
|
|
1174
1168
|
* @param {string | null} [value]
|
|
1175
1169
|
*/
|
|
@@ -1178,6 +1172,12 @@ class WasmBrowserConfig {
|
|
|
1178
1172
|
var len0 = WASM_VECTOR_LEN;
|
|
1179
1173
|
wasm.wasmbrowserconfig_set_waitSelector(this.__wbg_ptr, ptr0, len0);
|
|
1180
1174
|
}
|
|
1175
|
+
/**
|
|
1176
|
+
* @param {WasmBrowserWait} value
|
|
1177
|
+
*/
|
|
1178
|
+
set wait(value) {
|
|
1179
|
+
wasm.wasmbrowserconfig_set_wait(this.__wbg_ptr, value);
|
|
1180
|
+
}
|
|
1181
1181
|
/**
|
|
1182
1182
|
* @returns {bigint | undefined}
|
|
1183
1183
|
*/
|
|
@@ -1185,6 +1185,18 @@ class WasmBrowserConfig {
|
|
|
1185
1185
|
const ret = wasm.wasmbrowserconfig_timeout(this.__wbg_ptr);
|
|
1186
1186
|
return ret[0] === 0 ? undefined : BigInt.asUintN(64, ret[1]);
|
|
1187
1187
|
}
|
|
1188
|
+
/**
|
|
1189
|
+
* @returns {string | undefined}
|
|
1190
|
+
*/
|
|
1191
|
+
get waitSelector() {
|
|
1192
|
+
const ret = wasm.wasmbrowserconfig_waitSelector(this.__wbg_ptr);
|
|
1193
|
+
let v1;
|
|
1194
|
+
if (ret[0] !== 0) {
|
|
1195
|
+
v1 = getStringFromWasm0(ret[0], ret[1]);
|
|
1196
|
+
wasm.__wbindgen_free(ret[0], ret[1] * 1, 1);
|
|
1197
|
+
}
|
|
1198
|
+
return v1;
|
|
1199
|
+
}
|
|
1188
1200
|
/**
|
|
1189
1201
|
* @returns {string}
|
|
1190
1202
|
*/
|
|
@@ -1200,18 +1212,6 @@ class WasmBrowserConfig {
|
|
|
1200
1212
|
wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
|
|
1201
1213
|
}
|
|
1202
1214
|
}
|
|
1203
|
-
/**
|
|
1204
|
-
* @returns {string | undefined}
|
|
1205
|
-
*/
|
|
1206
|
-
get waitSelector() {
|
|
1207
|
-
const ret = wasm.wasmbrowserconfig_waitSelector(this.__wbg_ptr);
|
|
1208
|
-
let v1;
|
|
1209
|
-
if (ret[0] !== 0) {
|
|
1210
|
-
v1 = getStringFromWasm0(ret[0], ret[1]);
|
|
1211
|
-
wasm.__wbindgen_free(ret[0], ret[1] * 1, 1);
|
|
1212
|
-
}
|
|
1213
|
-
return v1;
|
|
1214
|
-
}
|
|
1215
1215
|
}
|
|
1216
1216
|
if (Symbol.dispose) WasmBrowserConfig.prototype[Symbol.dispose] = WasmBrowserConfig.prototype.free;
|
|
1217
1217
|
exports.WasmBrowserConfig = WasmBrowserConfig;
|
|
@@ -1738,18 +1738,18 @@ class WasmContentConfig {
|
|
|
1738
1738
|
const len0 = WASM_VECTOR_LEN;
|
|
1739
1739
|
wasm.wasmcontentconfig_set_stripTags(this.__wbg_ptr, ptr0, len0);
|
|
1740
1740
|
}
|
|
1741
|
-
/**
|
|
1742
|
-
* @param {boolean} value
|
|
1743
|
-
*/
|
|
1744
|
-
set wrap(value) {
|
|
1745
|
-
wasm.wasmcontentconfig_set_wrap(this.__wbg_ptr, value);
|
|
1746
|
-
}
|
|
1747
1741
|
/**
|
|
1748
1742
|
* @param {number} value
|
|
1749
1743
|
*/
|
|
1750
1744
|
set wrapWidth(value) {
|
|
1751
1745
|
wasm.wasmcontentconfig_set_wrapWidth(this.__wbg_ptr, value);
|
|
1752
1746
|
}
|
|
1747
|
+
/**
|
|
1748
|
+
* @param {boolean} value
|
|
1749
|
+
*/
|
|
1750
|
+
set wrap(value) {
|
|
1751
|
+
wasm.wasmcontentconfig_set_wrap(this.__wbg_ptr, value);
|
|
1752
|
+
}
|
|
1753
1753
|
/**
|
|
1754
1754
|
* @returns {boolean}
|
|
1755
1755
|
*/
|
|
@@ -1766,13 +1766,6 @@ class WasmContentConfig {
|
|
|
1766
1766
|
wasm.__wbindgen_free(ret[0], ret[1] * 4, 4);
|
|
1767
1767
|
return v1;
|
|
1768
1768
|
}
|
|
1769
|
-
/**
|
|
1770
|
-
* @returns {boolean}
|
|
1771
|
-
*/
|
|
1772
|
-
get wrap() {
|
|
1773
|
-
const ret = wasm.wasmcontentconfig_wrap(this.__wbg_ptr);
|
|
1774
|
-
return ret !== 0;
|
|
1775
|
-
}
|
|
1776
1769
|
/**
|
|
1777
1770
|
* @returns {number}
|
|
1778
1771
|
*/
|
|
@@ -1780,6 +1773,13 @@ class WasmContentConfig {
|
|
|
1780
1773
|
const ret = wasm.wasmcontentconfig_wrapWidth(this.__wbg_ptr);
|
|
1781
1774
|
return ret >>> 0;
|
|
1782
1775
|
}
|
|
1776
|
+
/**
|
|
1777
|
+
* @returns {boolean}
|
|
1778
|
+
*/
|
|
1779
|
+
get wrap() {
|
|
1780
|
+
const ret = wasm.wasmcontentconfig_wrap(this.__wbg_ptr);
|
|
1781
|
+
return ret !== 0;
|
|
1782
|
+
}
|
|
1783
1783
|
}
|
|
1784
1784
|
if (Symbol.dispose) WasmContentConfig.prototype[Symbol.dispose] = WasmContentConfig.prototype.free;
|
|
1785
1785
|
exports.WasmContentConfig = WasmContentConfig;
|
|
@@ -1998,13 +1998,6 @@ class WasmCrawlConfig {
|
|
|
1998
1998
|
const ret = wasm.wasmcrawlconfig_bm25Threshold(this.__wbg_ptr);
|
|
1999
1999
|
return ret[0] === 0 ? undefined : ret[1];
|
|
2000
2000
|
}
|
|
2001
|
-
/**
|
|
2002
|
-
* @returns {WasmBrowserConfig}
|
|
2003
|
-
*/
|
|
2004
|
-
get browser() {
|
|
2005
|
-
const ret = wasm.wasmcrawlconfig_browser(this.__wbg_ptr);
|
|
2006
|
-
return WasmBrowserConfig.__wrap(ret);
|
|
2007
|
-
}
|
|
2008
2001
|
/**
|
|
2009
2002
|
* @returns {string | undefined}
|
|
2010
2003
|
*/
|
|
@@ -2017,6 +2010,13 @@ class WasmCrawlConfig {
|
|
|
2017
2010
|
}
|
|
2018
2011
|
return v1;
|
|
2019
2012
|
}
|
|
2013
|
+
/**
|
|
2014
|
+
* @returns {WasmBrowserConfig}
|
|
2015
|
+
*/
|
|
2016
|
+
get browser() {
|
|
2017
|
+
const ret = wasm.wasmcrawlconfig_browser(this.__wbg_ptr);
|
|
2018
|
+
return WasmBrowserConfig.__wrap(ret);
|
|
2019
|
+
}
|
|
2020
2020
|
/**
|
|
2021
2021
|
* @returns {boolean}
|
|
2022
2022
|
*/
|
|
@@ -2024,13 +2024,6 @@ class WasmCrawlConfig {
|
|
|
2024
2024
|
const ret = wasm.wasmcrawlconfig_captureScreenshot(this.__wbg_ptr);
|
|
2025
2025
|
return ret !== 0;
|
|
2026
2026
|
}
|
|
2027
|
-
/**
|
|
2028
|
-
* @returns {WasmContentConfig}
|
|
2029
|
-
*/
|
|
2030
|
-
get content() {
|
|
2031
|
-
const ret = wasm.wasmcrawlconfig_content(this.__wbg_ptr);
|
|
2032
|
-
return WasmContentConfig.__wrap(ret);
|
|
2033
|
-
}
|
|
2034
2027
|
/**
|
|
2035
2028
|
* @returns {string | undefined}
|
|
2036
2029
|
*/
|
|
@@ -2043,6 +2036,13 @@ class WasmCrawlConfig {
|
|
|
2043
2036
|
}
|
|
2044
2037
|
return v1;
|
|
2045
2038
|
}
|
|
2039
|
+
/**
|
|
2040
|
+
* @returns {WasmContentConfig}
|
|
2041
|
+
*/
|
|
2042
|
+
get content() {
|
|
2043
|
+
const ret = wasm.wasmcrawlconfig_content(this.__wbg_ptr);
|
|
2044
|
+
return WasmContentConfig.__wrap(ret);
|
|
2045
|
+
}
|
|
2046
2046
|
/**
|
|
2047
2047
|
* @returns {boolean}
|
|
2048
2048
|
*/
|
|
@@ -2250,7 +2250,7 @@ class WasmCrawlConfig {
|
|
|
2250
2250
|
* @param {string[] | null} [removeTags]
|
|
2251
2251
|
* @param {WasmContentConfig | null} [content]
|
|
2252
2252
|
* @param {boolean | null} [downloadAssets]
|
|
2253
|
-
* @param {
|
|
2253
|
+
* @param {WasmAssetCategory[] | null} [assetTypes]
|
|
2254
2254
|
* @param {WasmBrowserConfig | null} [browser]
|
|
2255
2255
|
* @param {string[] | null} [userAgents]
|
|
2256
2256
|
* @param {boolean | null} [captureScreenshot]
|
|
@@ -2428,14 +2428,6 @@ class WasmCrawlConfig {
|
|
|
2428
2428
|
set bm25Threshold(value) {
|
|
2429
2429
|
wasm.wasmcrawlconfig_set_bm25Threshold(this.__wbg_ptr, !isLikeNone(value), isLikeNone(value) ? 0 : value);
|
|
2430
2430
|
}
|
|
2431
|
-
/**
|
|
2432
|
-
* @param {WasmBrowserConfig} value
|
|
2433
|
-
*/
|
|
2434
|
-
set browser(value) {
|
|
2435
|
-
_assertClass(value, WasmBrowserConfig);
|
|
2436
|
-
var ptr0 = value.__destroy_into_raw();
|
|
2437
|
-
wasm.wasmcrawlconfig_set_browser(this.__wbg_ptr, ptr0);
|
|
2438
|
-
}
|
|
2439
2431
|
/**
|
|
2440
2432
|
* @param {string | null} [value]
|
|
2441
2433
|
*/
|
|
@@ -2444,12 +2436,26 @@ class WasmCrawlConfig {
|
|
|
2444
2436
|
var len0 = WASM_VECTOR_LEN;
|
|
2445
2437
|
wasm.wasmcrawlconfig_set_browserProfile(this.__wbg_ptr, ptr0, len0);
|
|
2446
2438
|
}
|
|
2439
|
+
/**
|
|
2440
|
+
* @param {WasmBrowserConfig} value
|
|
2441
|
+
*/
|
|
2442
|
+
set browser(value) {
|
|
2443
|
+
_assertClass(value, WasmBrowserConfig);
|
|
2444
|
+
var ptr0 = value.__destroy_into_raw();
|
|
2445
|
+
wasm.wasmcrawlconfig_set_browser(this.__wbg_ptr, ptr0);
|
|
2446
|
+
}
|
|
2447
2447
|
/**
|
|
2448
2448
|
* @param {boolean} value
|
|
2449
2449
|
*/
|
|
2450
2450
|
set captureScreenshot(value) {
|
|
2451
2451
|
wasm.wasmcrawlconfig_set_captureScreenshot(this.__wbg_ptr, value);
|
|
2452
2452
|
}
|
|
2453
|
+
/**
|
|
2454
|
+
* @param {WasmContentFilterKind | null} [value]
|
|
2455
|
+
*/
|
|
2456
|
+
set contentFilter(value) {
|
|
2457
|
+
wasm.wasmcrawlconfig_set_contentFilter(this.__wbg_ptr, isLikeNone(value) ? 1 : value);
|
|
2458
|
+
}
|
|
2453
2459
|
/**
|
|
2454
2460
|
* @param {WasmContentConfig} value
|
|
2455
2461
|
*/
|
|
@@ -2458,12 +2464,6 @@ class WasmCrawlConfig {
|
|
|
2458
2464
|
var ptr0 = value.__destroy_into_raw();
|
|
2459
2465
|
wasm.wasmcrawlconfig_set_content(this.__wbg_ptr, ptr0);
|
|
2460
2466
|
}
|
|
2461
|
-
/**
|
|
2462
|
-
* @param {WasmContentFilterKind | null} [value]
|
|
2463
|
-
*/
|
|
2464
|
-
set contentFilter(value) {
|
|
2465
|
-
wasm.wasmcrawlconfig_set_contentFilter(this.__wbg_ptr, isLikeNone(value) ? 1 : value);
|
|
2466
|
-
}
|
|
2467
2467
|
/**
|
|
2468
2468
|
* @param {boolean} value
|
|
2469
2469
|
*/
|
|
@@ -2669,6 +2669,12 @@ class WasmCrawlConfig {
|
|
|
2669
2669
|
set softHttpErrors(value) {
|
|
2670
2670
|
wasm.wasmcrawlconfig_set_softHttpErrors(this.__wbg_ptr, value);
|
|
2671
2671
|
}
|
|
2672
|
+
/**
|
|
2673
|
+
* @param {boolean | null} [value]
|
|
2674
|
+
*/
|
|
2675
|
+
set ssrfDenyPrivateExplicit(value) {
|
|
2676
|
+
wasm.wasmcrawlconfig_set_ssrfDenyPrivateExplicit(this.__wbg_ptr, isLikeNone(value) ? 0xFFFFFF : value ? 1 : 0);
|
|
2677
|
+
}
|
|
2672
2678
|
/**
|
|
2673
2679
|
* @param {WasmSsrfPolicy} value
|
|
2674
2680
|
*/
|
|
@@ -2677,12 +2683,6 @@ class WasmCrawlConfig {
|
|
|
2677
2683
|
var ptr0 = value.__destroy_into_raw();
|
|
2678
2684
|
wasm.wasmcrawlconfig_set_ssrf(this.__wbg_ptr, ptr0);
|
|
2679
2685
|
}
|
|
2680
|
-
/**
|
|
2681
|
-
* @param {boolean | null} [value]
|
|
2682
|
-
*/
|
|
2683
|
-
set ssrfDenyPrivateExplicit(value) {
|
|
2684
|
-
wasm.wasmcrawlconfig_set_ssrfDenyPrivateExplicit(this.__wbg_ptr, isLikeNone(value) ? 0xFFFFFF : value ? 1 : 0);
|
|
2685
|
-
}
|
|
2686
2686
|
/**
|
|
2687
2687
|
* @param {boolean} value
|
|
2688
2688
|
*/
|
|
@@ -2720,13 +2720,6 @@ class WasmCrawlConfig {
|
|
|
2720
2720
|
const ret = wasm.wasmcrawlconfig_softHttpErrors(this.__wbg_ptr);
|
|
2721
2721
|
return ret !== 0;
|
|
2722
2722
|
}
|
|
2723
|
-
/**
|
|
2724
|
-
* @returns {WasmSsrfPolicy}
|
|
2725
|
-
*/
|
|
2726
|
-
get ssrf() {
|
|
2727
|
-
const ret = wasm.wasmcrawlconfig_ssrf(this.__wbg_ptr);
|
|
2728
|
-
return WasmSsrfPolicy.__wrap(ret);
|
|
2729
|
-
}
|
|
2730
2723
|
/**
|
|
2731
2724
|
* @returns {boolean | undefined}
|
|
2732
2725
|
*/
|
|
@@ -2734,6 +2727,13 @@ class WasmCrawlConfig {
|
|
|
2734
2727
|
const ret = wasm.wasmcrawlconfig_ssrfDenyPrivateExplicit(this.__wbg_ptr);
|
|
2735
2728
|
return ret === 0xFFFFFF ? undefined : ret !== 0;
|
|
2736
2729
|
}
|
|
2730
|
+
/**
|
|
2731
|
+
* @returns {WasmSsrfPolicy}
|
|
2732
|
+
*/
|
|
2733
|
+
get ssrf() {
|
|
2734
|
+
const ret = wasm.wasmcrawlconfig_ssrf(this.__wbg_ptr);
|
|
2735
|
+
return WasmSsrfPolicy.__wrap(ret);
|
|
2736
|
+
}
|
|
2737
2737
|
/**
|
|
2738
2738
|
* @returns {boolean}
|
|
2739
2739
|
*/
|
|
@@ -6009,26 +6009,26 @@ class WasmPageMetadata {
|
|
|
6009
6009
|
return v1;
|
|
6010
6010
|
}
|
|
6011
6011
|
/**
|
|
6012
|
-
* @returns {string | undefined}
|
|
6012
|
+
* @returns {string[] | undefined}
|
|
6013
6013
|
*/
|
|
6014
|
-
get
|
|
6015
|
-
const ret = wasm.
|
|
6014
|
+
get ogLocaleAlternates() {
|
|
6015
|
+
const ret = wasm.wasmpagemetadata_ogLocaleAlternates(this.__wbg_ptr);
|
|
6016
6016
|
let v1;
|
|
6017
6017
|
if (ret[0] !== 0) {
|
|
6018
|
-
v1 =
|
|
6019
|
-
wasm.__wbindgen_free(ret[0], ret[1] *
|
|
6018
|
+
v1 = getArrayJsValueFromWasm0(ret[0], ret[1]);
|
|
6019
|
+
wasm.__wbindgen_free(ret[0], ret[1] * 4, 4);
|
|
6020
6020
|
}
|
|
6021
6021
|
return v1;
|
|
6022
6022
|
}
|
|
6023
6023
|
/**
|
|
6024
|
-
* @returns {string
|
|
6024
|
+
* @returns {string | undefined}
|
|
6025
6025
|
*/
|
|
6026
|
-
get
|
|
6027
|
-
const ret = wasm.
|
|
6026
|
+
get ogLocale() {
|
|
6027
|
+
const ret = wasm.wasmpagemetadata_ogLocale(this.__wbg_ptr);
|
|
6028
6028
|
let v1;
|
|
6029
6029
|
if (ret[0] !== 0) {
|
|
6030
|
-
v1 =
|
|
6031
|
-
wasm.__wbindgen_free(ret[0], ret[1] *
|
|
6030
|
+
v1 = getStringFromWasm0(ret[0], ret[1]);
|
|
6031
|
+
wasm.__wbindgen_free(ret[0], ret[1] * 1, 1);
|
|
6032
6032
|
}
|
|
6033
6033
|
return v1;
|
|
6034
6034
|
}
|
|
@@ -6307,14 +6307,6 @@ class WasmPageMetadata {
|
|
|
6307
6307
|
var len0 = WASM_VECTOR_LEN;
|
|
6308
6308
|
wasm.wasmpagemetadata_set_ogImage(this.__wbg_ptr, ptr0, len0);
|
|
6309
6309
|
}
|
|
6310
|
-
/**
|
|
6311
|
-
* @param {string | null} [value]
|
|
6312
|
-
*/
|
|
6313
|
-
set ogLocale(value) {
|
|
6314
|
-
var ptr0 = isLikeNone(value) ? 0 : passStringToWasm0(value, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
6315
|
-
var len0 = WASM_VECTOR_LEN;
|
|
6316
|
-
wasm.wasmpagemetadata_set_ogLocale(this.__wbg_ptr, ptr0, len0);
|
|
6317
|
-
}
|
|
6318
6310
|
/**
|
|
6319
6311
|
* @param {string[] | null} [value]
|
|
6320
6312
|
*/
|
|
@@ -6323,6 +6315,14 @@ class WasmPageMetadata {
|
|
|
6323
6315
|
var len0 = WASM_VECTOR_LEN;
|
|
6324
6316
|
wasm.wasmpagemetadata_set_ogLocaleAlternates(this.__wbg_ptr, ptr0, len0);
|
|
6325
6317
|
}
|
|
6318
|
+
/**
|
|
6319
|
+
* @param {string | null} [value]
|
|
6320
|
+
*/
|
|
6321
|
+
set ogLocale(value) {
|
|
6322
|
+
var ptr0 = isLikeNone(value) ? 0 : passStringToWasm0(value, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
6323
|
+
var len0 = WASM_VECTOR_LEN;
|
|
6324
|
+
wasm.wasmpagemetadata_set_ogLocale(this.__wbg_ptr, ptr0, len0);
|
|
6325
|
+
}
|
|
6326
6326
|
/**
|
|
6327
6327
|
* @param {string | null} [value]
|
|
6328
6328
|
*/
|
|
@@ -6928,13 +6928,6 @@ class WasmScrapeResult {
|
|
|
6928
6928
|
const ret = wasm.wasmscraperesult_bodySize(this.__wbg_ptr);
|
|
6929
6929
|
return ret >>> 0;
|
|
6930
6930
|
}
|
|
6931
|
-
/**
|
|
6932
|
-
* @returns {WasmBrowserExtras | undefined}
|
|
6933
|
-
*/
|
|
6934
|
-
get browser() {
|
|
6935
|
-
const ret = wasm.wasmscraperesult_browser(this.__wbg_ptr);
|
|
6936
|
-
return ret === 0 ? undefined : WasmBrowserExtras.__wrap(ret);
|
|
6937
|
-
}
|
|
6938
6931
|
/**
|
|
6939
6932
|
* @returns {boolean}
|
|
6940
6933
|
*/
|
|
@@ -6942,6 +6935,13 @@ class WasmScrapeResult {
|
|
|
6942
6935
|
const ret = wasm.wasmscraperesult_browserUsed(this.__wbg_ptr);
|
|
6943
6936
|
return ret !== 0;
|
|
6944
6937
|
}
|
|
6938
|
+
/**
|
|
6939
|
+
* @returns {WasmBrowserExtras | undefined}
|
|
6940
|
+
*/
|
|
6941
|
+
get browser() {
|
|
6942
|
+
const ret = wasm.wasmscraperesult_browser(this.__wbg_ptr);
|
|
6943
|
+
return ret === 0 ? undefined : WasmBrowserExtras.__wrap(ret);
|
|
6944
|
+
}
|
|
6945
6945
|
/**
|
|
6946
6946
|
* @returns {string}
|
|
6947
6947
|
*/
|
|
@@ -7247,6 +7247,12 @@ class WasmScrapeResult {
|
|
|
7247
7247
|
set bodySize(value) {
|
|
7248
7248
|
wasm.wasmscraperesult_set_bodySize(this.__wbg_ptr, value);
|
|
7249
7249
|
}
|
|
7250
|
+
/**
|
|
7251
|
+
* @param {boolean} value
|
|
7252
|
+
*/
|
|
7253
|
+
set browserUsed(value) {
|
|
7254
|
+
wasm.wasmscraperesult_set_browserUsed(this.__wbg_ptr, value);
|
|
7255
|
+
}
|
|
7250
7256
|
/**
|
|
7251
7257
|
* @param {WasmBrowserExtras | null} [value]
|
|
7252
7258
|
*/
|
|
@@ -7258,12 +7264,6 @@ class WasmScrapeResult {
|
|
|
7258
7264
|
}
|
|
7259
7265
|
wasm.wasmscraperesult_set_browser(this.__wbg_ptr, ptr0);
|
|
7260
7266
|
}
|
|
7261
|
-
/**
|
|
7262
|
-
* @param {boolean} value
|
|
7263
|
-
*/
|
|
7264
|
-
set browserUsed(value) {
|
|
7265
|
-
wasm.wasmscraperesult_set_browserUsed(this.__wbg_ptr, value);
|
|
7266
|
-
}
|
|
7267
7267
|
/**
|
|
7268
7268
|
* @param {string} value
|
|
7269
7269
|
*/
|
|
@@ -7896,68 +7896,68 @@ exports.scrape = scrape;
|
|
|
7896
7896
|
function __wbg_get_imports() {
|
|
7897
7897
|
const import0 = {
|
|
7898
7898
|
__proto__: null,
|
|
7899
|
-
|
|
7899
|
+
__wbg_Error_67e7344beaa85059: function(arg0, arg1) {
|
|
7900
7900
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
7901
7901
|
return ret;
|
|
7902
7902
|
},
|
|
7903
|
-
|
|
7903
|
+
__wbg___wbindgen_bigint_get_as_i64_b482365c149396c8: function(arg0, arg1) {
|
|
7904
7904
|
const v = arg1;
|
|
7905
7905
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
7906
7906
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
7907
7907
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
7908
7908
|
},
|
|
7909
|
-
|
|
7909
|
+
__wbg___wbindgen_boolean_get_7a12af2b3f899c5a: function(arg0) {
|
|
7910
7910
|
const v = arg0;
|
|
7911
7911
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
7912
7912
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
7913
7913
|
},
|
|
7914
|
-
|
|
7914
|
+
__wbg___wbindgen_debug_string_0e68cf47c9cbd9b0: function(arg0, arg1) {
|
|
7915
7915
|
const ret = debugString(arg1);
|
|
7916
7916
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
7917
7917
|
const len1 = WASM_VECTOR_LEN;
|
|
7918
7918
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
7919
7919
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
7920
7920
|
},
|
|
7921
|
-
|
|
7921
|
+
__wbg___wbindgen_in_50072d4d6e45c193: function(arg0, arg1) {
|
|
7922
7922
|
const ret = arg0 in arg1;
|
|
7923
7923
|
return ret;
|
|
7924
7924
|
},
|
|
7925
|
-
|
|
7925
|
+
__wbg___wbindgen_is_bigint_60fc0336cb14f5d7: function(arg0) {
|
|
7926
7926
|
const ret = typeof(arg0) === 'bigint';
|
|
7927
7927
|
return ret;
|
|
7928
7928
|
},
|
|
7929
|
-
|
|
7929
|
+
__wbg___wbindgen_is_function_fcda5e3902d732fe: function(arg0) {
|
|
7930
7930
|
const ret = typeof(arg0) === 'function';
|
|
7931
7931
|
return ret;
|
|
7932
7932
|
},
|
|
7933
|
-
|
|
7933
|
+
__wbg___wbindgen_is_object_edb6b15aa3afe12e: function(arg0) {
|
|
7934
7934
|
const val = arg0;
|
|
7935
7935
|
const ret = typeof(val) === 'object' && val !== null;
|
|
7936
7936
|
return ret;
|
|
7937
7937
|
},
|
|
7938
|
-
|
|
7938
|
+
__wbg___wbindgen_is_string_c4f7cb494a2a21f1: function(arg0) {
|
|
7939
7939
|
const ret = typeof(arg0) === 'string';
|
|
7940
7940
|
return ret;
|
|
7941
7941
|
},
|
|
7942
|
-
|
|
7942
|
+
__wbg___wbindgen_is_undefined_8c687d0b90d5b524: function(arg0) {
|
|
7943
7943
|
const ret = arg0 === undefined;
|
|
7944
7944
|
return ret;
|
|
7945
7945
|
},
|
|
7946
|
-
|
|
7946
|
+
__wbg___wbindgen_jsval_eq_9fdcd3c0a860dd3b: function(arg0, arg1) {
|
|
7947
7947
|
const ret = arg0 === arg1;
|
|
7948
7948
|
return ret;
|
|
7949
7949
|
},
|
|
7950
|
-
|
|
7950
|
+
__wbg___wbindgen_jsval_loose_eq_3c30021c243b64cd: function(arg0, arg1) {
|
|
7951
7951
|
const ret = arg0 == arg1;
|
|
7952
7952
|
return ret;
|
|
7953
7953
|
},
|
|
7954
|
-
|
|
7954
|
+
__wbg___wbindgen_number_get_1dc732b810cb937c: function(arg0, arg1) {
|
|
7955
7955
|
const obj = arg1;
|
|
7956
7956
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
7957
7957
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
7958
7958
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
7959
7959
|
},
|
|
7960
|
-
|
|
7960
|
+
__wbg___wbindgen_string_get_92ab86bb19cbc12f: function(arg0, arg1) {
|
|
7961
7961
|
const obj = arg1;
|
|
7962
7962
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
7963
7963
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -7965,81 +7965,81 @@ function __wbg_get_imports() {
|
|
|
7965
7965
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
7966
7966
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
7967
7967
|
},
|
|
7968
|
-
|
|
7968
|
+
__wbg___wbindgen_throw_5d9e815e6fdf150f: function(arg0, arg1) {
|
|
7969
7969
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
7970
7970
|
},
|
|
7971
|
-
|
|
7971
|
+
__wbg__wbg_cb_unref_997e73d32238e655: function(arg0) {
|
|
7972
7972
|
arg0._wbg_cb_unref();
|
|
7973
7973
|
},
|
|
7974
|
-
|
|
7974
|
+
__wbg_abort_03f8c5804715cb9a: function(arg0, arg1) {
|
|
7975
7975
|
arg0.abort(arg1);
|
|
7976
7976
|
},
|
|
7977
|
-
|
|
7977
|
+
__wbg_abort_76dea11221098ae5: function(arg0) {
|
|
7978
7978
|
arg0.abort();
|
|
7979
7979
|
},
|
|
7980
|
-
|
|
7980
|
+
__wbg_append_8e87c13f0f08f8cd: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
7981
7981
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
7982
7982
|
}, arguments); },
|
|
7983
|
-
|
|
7983
|
+
__wbg_arrayBuffer_06f3da76f071d37f: function() { return handleError(function (arg0) {
|
|
7984
7984
|
const ret = arg0.arrayBuffer();
|
|
7985
7985
|
return ret;
|
|
7986
7986
|
}, arguments); },
|
|
7987
|
-
|
|
7987
|
+
__wbg_call_269c5566fbede3eb: function() { return handleError(function (arg0, arg1) {
|
|
7988
7988
|
const ret = arg0.call(arg1);
|
|
7989
7989
|
return ret;
|
|
7990
7990
|
}, arguments); },
|
|
7991
|
-
|
|
7991
|
+
__wbg_call_6bcf8d3e20937e46: function() { return handleError(function (arg0, arg1, arg2) {
|
|
7992
7992
|
const ret = arg0.call(arg1, arg2);
|
|
7993
7993
|
return ret;
|
|
7994
7994
|
}, arguments); },
|
|
7995
|
-
|
|
7995
|
+
__wbg_clearTimeout_1daad5c6ee4fcd3b: function(arg0) {
|
|
7996
7996
|
const ret = clearTimeout(arg0);
|
|
7997
7997
|
return ret;
|
|
7998
7998
|
},
|
|
7999
|
-
|
|
7999
|
+
__wbg_done_cffed884d87aa22e: function(arg0) {
|
|
8000
8000
|
const ret = arg0.done;
|
|
8001
8001
|
return ret;
|
|
8002
8002
|
},
|
|
8003
|
-
|
|
8004
|
-
const ret =
|
|
8003
|
+
__wbg_entries_972a87586902cf87: function(arg0) {
|
|
8004
|
+
const ret = Object.entries(arg0);
|
|
8005
8005
|
return ret;
|
|
8006
8006
|
},
|
|
8007
|
-
|
|
8008
|
-
const ret =
|
|
8007
|
+
__wbg_entries_f9de04c09a57314e: function(arg0) {
|
|
8008
|
+
const ret = arg0.entries();
|
|
8009
8009
|
return ret;
|
|
8010
8010
|
},
|
|
8011
|
-
|
|
8011
|
+
__wbg_fetch_7a37768ab67c5bd8: function(arg0) {
|
|
8012
8012
|
const ret = fetch(arg0);
|
|
8013
8013
|
return ret;
|
|
8014
8014
|
},
|
|
8015
|
-
|
|
8015
|
+
__wbg_fetch_920242d59bac2026: function(arg0, arg1) {
|
|
8016
8016
|
const ret = arg0.fetch(arg1);
|
|
8017
8017
|
return ret;
|
|
8018
8018
|
},
|
|
8019
8019
|
__wbg_getRandomValues_a608c4436c19407a: function() { return handleError(function (arg0, arg1) {
|
|
8020
8020
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
8021
8021
|
}, arguments); },
|
|
8022
|
-
|
|
8023
|
-
const ret = arg0[arg1 >>> 0];
|
|
8024
|
-
return ret;
|
|
8025
|
-
},
|
|
8026
|
-
__wbg_get_d173c0308df22d37: function() { return handleError(function (arg0, arg1) {
|
|
8022
|
+
__wbg_get_6cf5a4d4d8ad3c5a: function() { return handleError(function (arg0, arg1) {
|
|
8027
8023
|
const ret = Reflect.get(arg0, arg1);
|
|
8028
8024
|
return ret;
|
|
8029
8025
|
}, arguments); },
|
|
8030
|
-
|
|
8026
|
+
__wbg_get_b1f0ab13c737f856: function(arg0, arg1) {
|
|
8027
|
+
const ret = arg0[arg1 >>> 0];
|
|
8028
|
+
return ret;
|
|
8029
|
+
},
|
|
8030
|
+
__wbg_get_unchecked_363572bdd397d473: function(arg0, arg1) {
|
|
8031
8031
|
const ret = arg0[arg1 >>> 0];
|
|
8032
8032
|
return ret;
|
|
8033
8033
|
},
|
|
8034
|
-
|
|
8034
|
+
__wbg_has_464f8b9416279d65: function() { return handleError(function (arg0, arg1) {
|
|
8035
8035
|
const ret = Reflect.has(arg0, arg1);
|
|
8036
8036
|
return ret;
|
|
8037
8037
|
}, arguments); },
|
|
8038
|
-
|
|
8038
|
+
__wbg_headers_2594464ff62969f3: function(arg0) {
|
|
8039
8039
|
const ret = arg0.headers;
|
|
8040
8040
|
return ret;
|
|
8041
8041
|
},
|
|
8042
|
-
|
|
8042
|
+
__wbg_instanceof_ArrayBuffer_d4ff01f8247925ae: function(arg0) {
|
|
8043
8043
|
let result;
|
|
8044
8044
|
try {
|
|
8045
8045
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -8049,7 +8049,7 @@ function __wbg_get_imports() {
|
|
|
8049
8049
|
const ret = result;
|
|
8050
8050
|
return ret;
|
|
8051
8051
|
},
|
|
8052
|
-
|
|
8052
|
+
__wbg_instanceof_Map_1ff6a2b54c899f0d: function(arg0) {
|
|
8053
8053
|
let result;
|
|
8054
8054
|
try {
|
|
8055
8055
|
result = arg0 instanceof Map;
|
|
@@ -8059,7 +8059,7 @@ function __wbg_get_imports() {
|
|
|
8059
8059
|
const ret = result;
|
|
8060
8060
|
return ret;
|
|
8061
8061
|
},
|
|
8062
|
-
|
|
8062
|
+
__wbg_instanceof_Response_6366a785e400039b: function(arg0) {
|
|
8063
8063
|
let result;
|
|
8064
8064
|
try {
|
|
8065
8065
|
result = arg0 instanceof Response;
|
|
@@ -8069,7 +8069,7 @@ function __wbg_get_imports() {
|
|
|
8069
8069
|
const ret = result;
|
|
8070
8070
|
return ret;
|
|
8071
8071
|
},
|
|
8072
|
-
|
|
8072
|
+
__wbg_instanceof_Uint8Array_598adc0fef426aa8: function(arg0) {
|
|
8073
8073
|
let result;
|
|
8074
8074
|
try {
|
|
8075
8075
|
result = arg0 instanceof Uint8Array;
|
|
@@ -8079,62 +8079,62 @@ function __wbg_get_imports() {
|
|
|
8079
8079
|
const ret = result;
|
|
8080
8080
|
return ret;
|
|
8081
8081
|
},
|
|
8082
|
-
|
|
8082
|
+
__wbg_isArray_5674713bb7b79043: function(arg0) {
|
|
8083
8083
|
const ret = Array.isArray(arg0);
|
|
8084
8084
|
return ret;
|
|
8085
8085
|
},
|
|
8086
|
-
|
|
8086
|
+
__wbg_isSafeInteger_8f51c743827d1ec5: function(arg0) {
|
|
8087
8087
|
const ret = Number.isSafeInteger(arg0);
|
|
8088
8088
|
return ret;
|
|
8089
8089
|
},
|
|
8090
|
-
|
|
8090
|
+
__wbg_iterator_22ddeb808cf55a6f: function() {
|
|
8091
8091
|
const ret = Symbol.iterator;
|
|
8092
8092
|
return ret;
|
|
8093
8093
|
},
|
|
8094
|
-
|
|
8094
|
+
__wbg_length_31bdaf014f5fbde2: function(arg0) {
|
|
8095
8095
|
const ret = arg0.length;
|
|
8096
8096
|
return ret;
|
|
8097
8097
|
},
|
|
8098
|
-
|
|
8098
|
+
__wbg_length_4e1adc0d42e23620: function(arg0) {
|
|
8099
8099
|
const ret = arg0.length;
|
|
8100
8100
|
return ret;
|
|
8101
8101
|
},
|
|
8102
|
-
|
|
8103
|
-
const ret = new
|
|
8102
|
+
__wbg_new_0afe64b4dc16ab74: function() { return handleError(function () {
|
|
8103
|
+
const ret = new Headers();
|
|
8104
8104
|
return ret;
|
|
8105
|
-
},
|
|
8106
|
-
|
|
8105
|
+
}, arguments); },
|
|
8106
|
+
__wbg_new_1da3429bc3c4541c: function(arg0) {
|
|
8107
8107
|
const ret = new Uint8Array(arg0);
|
|
8108
8108
|
return ret;
|
|
8109
8109
|
},
|
|
8110
|
-
|
|
8111
|
-
const ret = new Headers();
|
|
8112
|
-
return ret;
|
|
8113
|
-
}, arguments); },
|
|
8114
|
-
__wbg_new_cdf041679ded4c5f: function() {
|
|
8110
|
+
__wbg_new_8d36e20aa758e411: function() {
|
|
8115
8111
|
const ret = new Map();
|
|
8116
8112
|
return ret;
|
|
8117
8113
|
},
|
|
8118
|
-
|
|
8114
|
+
__wbg_new_baa0a0207935dd43: function() { return handleError(function () {
|
|
8115
|
+
const ret = new AbortController();
|
|
8116
|
+
return ret;
|
|
8117
|
+
}, arguments); },
|
|
8118
|
+
__wbg_new_bebc3f4757acf305: function() {
|
|
8119
8119
|
const ret = new Object();
|
|
8120
8120
|
return ret;
|
|
8121
8121
|
},
|
|
8122
|
-
|
|
8123
|
-
const ret = new
|
|
8122
|
+
__wbg_new_ffa92086ea89f79c: function() {
|
|
8123
|
+
const ret = new Array();
|
|
8124
8124
|
return ret;
|
|
8125
|
-
},
|
|
8126
|
-
|
|
8125
|
+
},
|
|
8126
|
+
__wbg_new_from_slice_4ee02165f9de919e: function(arg0, arg1) {
|
|
8127
8127
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
8128
8128
|
return ret;
|
|
8129
8129
|
},
|
|
8130
|
-
|
|
8130
|
+
__wbg_new_typed_6f8b0d724fe26c07: function(arg0, arg1) {
|
|
8131
8131
|
try {
|
|
8132
8132
|
var state0 = {a: arg0, b: arg1};
|
|
8133
8133
|
var cb0 = (arg0, arg1) => {
|
|
8134
8134
|
const a = state0.a;
|
|
8135
8135
|
state0.a = 0;
|
|
8136
8136
|
try {
|
|
8137
|
-
return
|
|
8137
|
+
return wasm_bindgen__convert__closures_____invoke__h9cb213bb50b5f7d0(a, state0.b, arg0, arg1);
|
|
8138
8138
|
} finally {
|
|
8139
8139
|
state0.a = a;
|
|
8140
8140
|
}
|
|
@@ -8145,23 +8145,23 @@ function __wbg_get_imports() {
|
|
|
8145
8145
|
state0.a = 0;
|
|
8146
8146
|
}
|
|
8147
8147
|
},
|
|
8148
|
-
|
|
8148
|
+
__wbg_new_with_str_and_init_2f31a77deda127fd: function() { return handleError(function (arg0, arg1, arg2) {
|
|
8149
8149
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
8150
8150
|
return ret;
|
|
8151
8151
|
}, arguments); },
|
|
8152
|
-
|
|
8153
|
-
const ret = arg0.next();
|
|
8154
|
-
return ret;
|
|
8155
|
-
}, arguments); },
|
|
8156
|
-
__wbg_next_8f26b64fa5e9f64b: function(arg0) {
|
|
8152
|
+
__wbg_next_95053e306b1c3aed: function(arg0) {
|
|
8157
8153
|
const ret = arg0.next;
|
|
8158
8154
|
return ret;
|
|
8159
8155
|
},
|
|
8156
|
+
__wbg_next_f31ecb8646d2c605: function() { return handleError(function (arg0) {
|
|
8157
|
+
const ret = arg0.next();
|
|
8158
|
+
return ret;
|
|
8159
|
+
}, arguments); },
|
|
8160
8160
|
__wbg_now_e7c6795a7f81e10f: function(arg0) {
|
|
8161
8161
|
const ret = arg0.now();
|
|
8162
8162
|
return ret;
|
|
8163
8163
|
},
|
|
8164
|
-
|
|
8164
|
+
__wbg_parse_6937a9050adfb0e1: function() { return handleError(function (arg0, arg1) {
|
|
8165
8165
|
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
|
|
8166
8166
|
return ret;
|
|
8167
8167
|
}, arguments); },
|
|
@@ -8169,99 +8169,105 @@ function __wbg_get_imports() {
|
|
|
8169
8169
|
const ret = arg0.performance;
|
|
8170
8170
|
return ret;
|
|
8171
8171
|
},
|
|
8172
|
-
|
|
8172
|
+
__wbg_prototypesetcall_ae9f5e7459250748: function(arg0, arg1, arg2) {
|
|
8173
8173
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
8174
8174
|
},
|
|
8175
|
-
|
|
8175
|
+
__wbg_push_bfdf956ba476f65b: function(arg0, arg1) {
|
|
8176
8176
|
const ret = arg0.push(arg1);
|
|
8177
8177
|
return ret;
|
|
8178
8178
|
},
|
|
8179
|
-
|
|
8180
|
-
queueMicrotask(arg0);
|
|
8181
|
-
},
|
|
8182
|
-
__wbg_queueMicrotask_be5fe34a8f4cad4d: function(arg0) {
|
|
8179
|
+
__wbg_queueMicrotask_85c90f6987555d65: function(arg0) {
|
|
8183
8180
|
const ret = arg0.queueMicrotask;
|
|
8184
8181
|
return ret;
|
|
8185
8182
|
},
|
|
8186
|
-
|
|
8183
|
+
__wbg_queueMicrotask_f6a1fa10b81d1fc0: function(arg0) {
|
|
8184
|
+
queueMicrotask(arg0);
|
|
8185
|
+
},
|
|
8186
|
+
__wbg_resolve_35ec7e0c6af4c82c: function(arg0) {
|
|
8187
8187
|
const ret = Promise.resolve(arg0);
|
|
8188
8188
|
return ret;
|
|
8189
8189
|
},
|
|
8190
|
-
|
|
8190
|
+
__wbg_setTimeout_b4a9096784635514: function(arg0, arg1) {
|
|
8191
8191
|
const ret = setTimeout(arg0, arg1);
|
|
8192
8192
|
return ret;
|
|
8193
8193
|
},
|
|
8194
|
-
|
|
8195
|
-
|
|
8196
|
-
return ret;
|
|
8194
|
+
__wbg_set_13d25b81ab403f5e: function(arg0, arg1, arg2) {
|
|
8195
|
+
arg0[arg1 >>> 0] = arg2;
|
|
8197
8196
|
},
|
|
8198
8197
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
8199
8198
|
arg0[arg1] = arg2;
|
|
8200
8199
|
},
|
|
8201
|
-
|
|
8202
|
-
|
|
8200
|
+
__wbg_set_bf6dde4923b9b059: function(arg0, arg1, arg2) {
|
|
8201
|
+
const ret = arg0.set(arg1, arg2);
|
|
8202
|
+
return ret;
|
|
8203
8203
|
},
|
|
8204
|
-
|
|
8204
|
+
__wbg_set_body_f39cee72c74a5b02: function(arg0, arg1) {
|
|
8205
8205
|
arg0.body = arg1;
|
|
8206
8206
|
},
|
|
8207
|
-
|
|
8207
|
+
__wbg_set_cache_6e8c35a5ed76edb1: function(arg0, arg1) {
|
|
8208
8208
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
8209
8209
|
},
|
|
8210
|
-
|
|
8210
|
+
__wbg_set_credentials_bf1d3e014213a571: function(arg0, arg1) {
|
|
8211
8211
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
8212
8212
|
},
|
|
8213
|
-
|
|
8213
|
+
__wbg_set_headers_31d373f68f28bf76: function(arg0, arg1) {
|
|
8214
8214
|
arg0.headers = arg1;
|
|
8215
8215
|
},
|
|
8216
|
-
|
|
8216
|
+
__wbg_set_method_82e6c3c083da0734: function(arg0, arg1, arg2) {
|
|
8217
8217
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
8218
8218
|
},
|
|
8219
|
-
|
|
8219
|
+
__wbg_set_mode_f7e56ed768d0ade0: function(arg0, arg1) {
|
|
8220
8220
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
8221
8221
|
},
|
|
8222
|
-
|
|
8222
|
+
__wbg_set_referrer_13cf56bbccbb2ceb: function(arg0, arg1, arg2) {
|
|
8223
|
+
arg0.referrer = getStringFromWasm0(arg1, arg2);
|
|
8224
|
+
},
|
|
8225
|
+
__wbg_set_referrer_policy_dac1caa6e937479a: function(arg0, arg1) {
|
|
8226
|
+
arg0.referrerPolicy = __wbindgen_enum_ReferrerPolicy[arg1];
|
|
8227
|
+
},
|
|
8228
|
+
__wbg_set_signal_f4b32f40f19786f4: function(arg0, arg1) {
|
|
8223
8229
|
arg0.signal = arg1;
|
|
8224
8230
|
},
|
|
8225
|
-
|
|
8231
|
+
__wbg_signal_45367c6c2255877a: function(arg0) {
|
|
8226
8232
|
const ret = arg0.signal;
|
|
8227
8233
|
return ret;
|
|
8228
8234
|
},
|
|
8229
|
-
|
|
8230
|
-
const ret = typeof
|
|
8235
|
+
__wbg_static_accessor_GLOBAL_8eb4cd83130a11a0: function() {
|
|
8236
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
8231
8237
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
8232
8238
|
},
|
|
8233
|
-
|
|
8234
|
-
const ret = typeof
|
|
8239
|
+
__wbg_static_accessor_GLOBAL_THIS_1e7044f654e934db: function() {
|
|
8240
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
8235
8241
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
8236
8242
|
},
|
|
8237
|
-
|
|
8243
|
+
__wbg_static_accessor_SELF_d8b50611246a6d92: function() {
|
|
8238
8244
|
const ret = typeof self === 'undefined' ? null : self;
|
|
8239
8245
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
8240
8246
|
},
|
|
8241
|
-
|
|
8247
|
+
__wbg_static_accessor_WINDOW_fd0bc376bf0f8b42: function() {
|
|
8242
8248
|
const ret = typeof window === 'undefined' ? null : window;
|
|
8243
8249
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
8244
8250
|
},
|
|
8245
|
-
|
|
8251
|
+
__wbg_status_88ccc72fe7bea621: function(arg0) {
|
|
8246
8252
|
const ret = arg0.status;
|
|
8247
8253
|
return ret;
|
|
8248
8254
|
},
|
|
8249
|
-
|
|
8250
|
-
const ret = arg0.then(arg1);
|
|
8255
|
+
__wbg_then_7a850dae4493f353: function(arg0, arg1, arg2) {
|
|
8256
|
+
const ret = arg0.then(arg1, arg2);
|
|
8251
8257
|
return ret;
|
|
8252
8258
|
},
|
|
8253
|
-
|
|
8254
|
-
const ret = arg0.then(arg1
|
|
8259
|
+
__wbg_then_b830475380919203: function(arg0, arg1) {
|
|
8260
|
+
const ret = arg0.then(arg1);
|
|
8255
8261
|
return ret;
|
|
8256
8262
|
},
|
|
8257
|
-
|
|
8263
|
+
__wbg_url_f1948b0d7f881e02: function(arg0, arg1) {
|
|
8258
8264
|
const ret = arg1.url;
|
|
8259
8265
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
8260
8266
|
const len1 = WASM_VECTOR_LEN;
|
|
8261
8267
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
8262
8268
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
8263
8269
|
},
|
|
8264
|
-
|
|
8270
|
+
__wbg_value_c227f843d21da141: function(arg0) {
|
|
8265
8271
|
const ret = arg0.value;
|
|
8266
8272
|
return ret;
|
|
8267
8273
|
},
|
|
@@ -8421,32 +8427,32 @@ function __wbg_get_imports() {
|
|
|
8421
8427
|
const ret = WasmSitemapUrl.__unwrap(arg0);
|
|
8422
8428
|
return ret;
|
|
8423
8429
|
},
|
|
8424
|
-
|
|
8425
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
8426
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
8430
|
+
__wbindgen_generic_0000000000000001: function(arg0, arg1) {
|
|
8431
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1113, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
8432
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h5567083e9d00da74);
|
|
8427
8433
|
return ret;
|
|
8428
8434
|
},
|
|
8429
|
-
|
|
8430
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
8431
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
8435
|
+
__wbindgen_generic_0000000000000002: function(arg0, arg1) {
|
|
8436
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1017, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
8437
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00e67b488e823f1f);
|
|
8432
8438
|
return ret;
|
|
8433
8439
|
},
|
|
8434
|
-
|
|
8440
|
+
__wbindgen_generic_0000000000000003: function(arg0) {
|
|
8435
8441
|
// Cast intrinsic for `F64 -> Externref`.
|
|
8436
8442
|
const ret = arg0;
|
|
8437
8443
|
return ret;
|
|
8438
8444
|
},
|
|
8439
|
-
|
|
8445
|
+
__wbindgen_generic_0000000000000004: function(arg0) {
|
|
8440
8446
|
// Cast intrinsic for `I64 -> Externref`.
|
|
8441
8447
|
const ret = arg0;
|
|
8442
8448
|
return ret;
|
|
8443
8449
|
},
|
|
8444
|
-
|
|
8450
|
+
__wbindgen_generic_0000000000000005: function(arg0, arg1) {
|
|
8445
8451
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
8446
8452
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
8447
8453
|
return ret;
|
|
8448
8454
|
},
|
|
8449
|
-
|
|
8455
|
+
__wbindgen_generic_0000000000000006: function(arg0) {
|
|
8450
8456
|
// Cast intrinsic for `U64 -> Externref`.
|
|
8451
8457
|
const ret = BigInt.asUintN(64, arg0);
|
|
8452
8458
|
return ret;
|
|
@@ -8467,22 +8473,25 @@ function __wbg_get_imports() {
|
|
|
8467
8473
|
};
|
|
8468
8474
|
}
|
|
8469
8475
|
|
|
8470
|
-
function
|
|
8471
|
-
wasm.
|
|
8476
|
+
function wasm_bindgen__convert__closures_____invoke__h00e67b488e823f1f(arg0, arg1) {
|
|
8477
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00e67b488e823f1f(arg0, arg1);
|
|
8472
8478
|
}
|
|
8473
8479
|
|
|
8474
|
-
function
|
|
8475
|
-
const ret = wasm.
|
|
8480
|
+
function wasm_bindgen__convert__closures_____invoke__h5567083e9d00da74(arg0, arg1, arg2) {
|
|
8481
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h5567083e9d00da74(arg0, arg1, arg2);
|
|
8476
8482
|
if (ret[1]) {
|
|
8477
8483
|
throw takeFromExternrefTable0(ret[0]);
|
|
8478
8484
|
}
|
|
8479
8485
|
}
|
|
8480
8486
|
|
|
8481
|
-
function
|
|
8482
|
-
wasm.
|
|
8487
|
+
function wasm_bindgen__convert__closures_____invoke__h9cb213bb50b5f7d0(arg0, arg1, arg2, arg3) {
|
|
8488
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h9cb213bb50b5f7d0(arg0, arg1, arg2, arg3);
|
|
8483
8489
|
}
|
|
8484
8490
|
|
|
8485
8491
|
|
|
8492
|
+
const __wbindgen_enum_ReferrerPolicy = ["", "no-referrer", "no-referrer-when-downgrade", "origin", "origin-when-cross-origin", "unsafe-url", "same-origin", "strict-origin", "strict-origin-when-cross-origin"];
|
|
8493
|
+
|
|
8494
|
+
|
|
8486
8495
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
8487
8496
|
|
|
8488
8497
|
|