@xberg-io/crawlberg-wasm 1.1.4 → 1.3.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 +11 -7
- package/pkg/bundler/crawlberg_wasm.d.ts +106 -5
- package/pkg/bundler/crawlberg_wasm.js +1 -1
- package/pkg/bundler/crawlberg_wasm_bg.js +676 -253
- package/pkg/bundler/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/bundler/crawlberg_wasm_bg.wasm.d.ts +52 -17
- package/pkg/bundler/package.json +1 -1
- package/pkg/deno/crawlberg_wasm.d.ts +106 -5
- package/pkg/deno/crawlberg_wasm.js +676 -253
- package/pkg/deno/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/deno/crawlberg_wasm_bg.wasm.d.ts +52 -17
- package/pkg/nodejs/crawlberg_wasm.d.ts +106 -5
- package/pkg/nodejs/crawlberg_wasm.js +680 -253
- package/pkg/nodejs/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/nodejs/crawlberg_wasm_bg.wasm.d.ts +52 -17
- package/pkg/nodejs/package.json +1 -1
- package/pkg/web/crawlberg_wasm.d.ts +158 -22
- package/pkg/web/crawlberg_wasm.js +681 -254
- package/pkg/web/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/web/crawlberg_wasm_bg.wasm.d.ts +52 -17
- package/pkg/web/package.json +1 -1
|
Binary file
|
|
@@ -24,6 +24,7 @@ export const __wbg_wasmextractionmeta_free: (a: number, b: number) => void;
|
|
|
24
24
|
export const __wbg_wasmfaviconinfo_free: (a: number, b: number) => void;
|
|
25
25
|
export const __wbg_wasmfeedinfo_free: (a: number, b: number) => void;
|
|
26
26
|
export const __wbg_wasmheadinginfo_free: (a: number, b: number) => void;
|
|
27
|
+
export const __wbg_wasmhostmatcher_free: (a: number, b: number) => void;
|
|
27
28
|
export const __wbg_wasmhreflangentry_free: (a: number, b: number) => void;
|
|
28
29
|
export const __wbg_wasmimageinfo_free: (a: number, b: number) => void;
|
|
29
30
|
export const __wbg_wasminteractionresult_free: (a: number, b: number) => void;
|
|
@@ -202,15 +203,21 @@ export const wasmcookieinfo_value: (a: number) => [number, number];
|
|
|
202
203
|
export const wasmcrawlconfig_allowSubdomains: (a: number) => number;
|
|
203
204
|
export const wasmcrawlconfig_assetTypes: (a: number) => [number, number];
|
|
204
205
|
export const wasmcrawlconfig_auth: (a: number) => any;
|
|
206
|
+
export const wasmcrawlconfig_bm25Query: (a: number) => [number, number];
|
|
207
|
+
export const wasmcrawlconfig_bm25Threshold: (a: number) => [number, number];
|
|
205
208
|
export const wasmcrawlconfig_browser: (a: number) => number;
|
|
206
209
|
export const wasmcrawlconfig_browserProfile: (a: number) => [number, number];
|
|
207
210
|
export const wasmcrawlconfig_captureScreenshot: (a: number) => number;
|
|
208
211
|
export const wasmcrawlconfig_content: (a: number) => number;
|
|
212
|
+
export const wasmcrawlconfig_contentFilter: (a: number) => [number, number];
|
|
209
213
|
export const wasmcrawlconfig_cookiesEnabled: (a: number) => number;
|
|
214
|
+
export const wasmcrawlconfig_crawlStrategy: (a: number) => [number, number];
|
|
210
215
|
export const wasmcrawlconfig_customHeaders: (a: number) => any;
|
|
211
216
|
export const wasmcrawlconfig_default: () => number;
|
|
217
|
+
export const wasmcrawlconfig_documentContentEncoding: (a: number) => [number, number];
|
|
212
218
|
export const wasmcrawlconfig_documentMaxSize: (a: number) => number;
|
|
213
219
|
export const wasmcrawlconfig_documentMimeTypes: (a: number) => [number, number];
|
|
220
|
+
export const wasmcrawlconfig_documentOutputDir: (a: number) => [number, number];
|
|
214
221
|
export const wasmcrawlconfig_documentUrlDepth: (a: number) => number;
|
|
215
222
|
export const wasmcrawlconfig_downloadAssets: (a: number) => number;
|
|
216
223
|
export const wasmcrawlconfig_downloadDocuments: (a: number) => number;
|
|
@@ -223,10 +230,12 @@ export const wasmcrawlconfig_maxAssetSize: (a: number) => number;
|
|
|
223
230
|
export const wasmcrawlconfig_maxBodySize: (a: number) => number;
|
|
224
231
|
export const wasmcrawlconfig_maxConcurrent: (a: number) => number;
|
|
225
232
|
export const wasmcrawlconfig_maxDepth: (a: number) => number;
|
|
233
|
+
export const wasmcrawlconfig_maxLinksPerPage: (a: number) => number;
|
|
226
234
|
export const wasmcrawlconfig_maxPages: (a: number) => number;
|
|
227
235
|
export const wasmcrawlconfig_maxRedirects: (a: number) => number;
|
|
228
|
-
export const wasmcrawlconfig_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k:
|
|
236
|
+
export const wasmcrawlconfig_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: bigint, m: number, n: number, o: number, p: number, q: number, r: number, s: number, t: number, u: number, v: number, w: number, x: number, y: number, z: number, a1: number, b1: number, c1: number, d1: number, e1: number, f1: number, g1: number, h1: number, i1: number, j1: number, k1: number, l1: number, m1: number, n1: number, o1: number, p1: number, q1: number, r1: number, s1: number, t1: bigint, u1: number, v1: number, w1: number, x1: number, y1: number, z1: number, a2: number, b2: number, c2: number, d2: number, e2: number, f2: number, g2: number, h2: number, i2: number, j2: number, k2: number) => number;
|
|
229
237
|
export const wasmcrawlconfig_proxy: (a: number) => number;
|
|
238
|
+
export const wasmcrawlconfig_rateLimitMs: (a: number) => [number, bigint];
|
|
230
239
|
export const wasmcrawlconfig_removeTags: (a: number) => [number, number];
|
|
231
240
|
export const wasmcrawlconfig_respectRobotsTxt: (a: number) => number;
|
|
232
241
|
export const wasmcrawlconfig_retryCodes: (a: number) => [number, number];
|
|
@@ -235,14 +244,20 @@ export const wasmcrawlconfig_saveBrowserProfile: (a: number) => number;
|
|
|
235
244
|
export const wasmcrawlconfig_set_allowSubdomains: (a: number, b: number) => void;
|
|
236
245
|
export const wasmcrawlconfig_set_assetTypes: (a: number, b: number, c: number) => void;
|
|
237
246
|
export const wasmcrawlconfig_set_auth: (a: number, b: number) => void;
|
|
247
|
+
export const wasmcrawlconfig_set_bm25Query: (a: number, b: number, c: number) => void;
|
|
248
|
+
export const wasmcrawlconfig_set_bm25Threshold: (a: number, b: number, c: number) => void;
|
|
238
249
|
export const wasmcrawlconfig_set_browser: (a: number, b: number) => void;
|
|
239
250
|
export const wasmcrawlconfig_set_browserProfile: (a: number, b: number, c: number) => void;
|
|
240
251
|
export const wasmcrawlconfig_set_captureScreenshot: (a: number, b: number) => void;
|
|
241
252
|
export const wasmcrawlconfig_set_content: (a: number, b: number) => void;
|
|
253
|
+
export const wasmcrawlconfig_set_contentFilter: (a: number, b: number) => void;
|
|
242
254
|
export const wasmcrawlconfig_set_cookiesEnabled: (a: number, b: number) => void;
|
|
255
|
+
export const wasmcrawlconfig_set_crawlStrategy: (a: number, b: number) => void;
|
|
243
256
|
export const wasmcrawlconfig_set_customHeaders: (a: number, b: any) => void;
|
|
257
|
+
export const wasmcrawlconfig_set_documentContentEncoding: (a: number, b: number) => void;
|
|
244
258
|
export const wasmcrawlconfig_set_documentMaxSize: (a: number, b: number) => void;
|
|
245
259
|
export const wasmcrawlconfig_set_documentMimeTypes: (a: number, b: number, c: number) => void;
|
|
260
|
+
export const wasmcrawlconfig_set_documentOutputDir: (a: number, b: number, c: number) => void;
|
|
246
261
|
export const wasmcrawlconfig_set_documentUrlDepth: (a: number, b: number) => void;
|
|
247
262
|
export const wasmcrawlconfig_set_downloadAssets: (a: number, b: number) => void;
|
|
248
263
|
export const wasmcrawlconfig_set_downloadDocuments: (a: number, b: number) => void;
|
|
@@ -255,9 +270,11 @@ export const wasmcrawlconfig_set_maxAssetSize: (a: number, b: number) => void;
|
|
|
255
270
|
export const wasmcrawlconfig_set_maxBodySize: (a: number, b: number) => void;
|
|
256
271
|
export const wasmcrawlconfig_set_maxConcurrent: (a: number, b: number) => void;
|
|
257
272
|
export const wasmcrawlconfig_set_maxDepth: (a: number, b: number) => void;
|
|
273
|
+
export const wasmcrawlconfig_set_maxLinksPerPage: (a: number, b: number) => void;
|
|
258
274
|
export const wasmcrawlconfig_set_maxPages: (a: number, b: number) => void;
|
|
259
275
|
export const wasmcrawlconfig_set_maxRedirects: (a: number, b: number) => void;
|
|
260
276
|
export const wasmcrawlconfig_set_proxy: (a: number, b: number) => void;
|
|
277
|
+
export const wasmcrawlconfig_set_rateLimitMs: (a: number, b: number, c: bigint) => void;
|
|
261
278
|
export const wasmcrawlconfig_set_removeTags: (a: number, b: number, c: number) => void;
|
|
262
279
|
export const wasmcrawlconfig_set_respectRobotsTxt: (a: number, b: number) => void;
|
|
263
280
|
export const wasmcrawlconfig_set_retryCodes: (a: number, b: number, c: number) => void;
|
|
@@ -265,12 +282,14 @@ export const wasmcrawlconfig_set_retryCount: (a: number, b: number) => void;
|
|
|
265
282
|
export const wasmcrawlconfig_set_saveBrowserProfile: (a: number, b: number) => void;
|
|
266
283
|
export const wasmcrawlconfig_set_softHttpErrors: (a: number, b: number) => void;
|
|
267
284
|
export const wasmcrawlconfig_set_ssrf: (a: number, b: number) => void;
|
|
285
|
+
export const wasmcrawlconfig_set_ssrfDenyPrivateExplicit: (a: number, b: number) => void;
|
|
268
286
|
export const wasmcrawlconfig_set_stayOnDomain: (a: number, b: number) => void;
|
|
269
287
|
export const wasmcrawlconfig_set_userAgent: (a: number, b: number, c: number) => void;
|
|
270
288
|
export const wasmcrawlconfig_set_userAgents: (a: number, b: number, c: number) => void;
|
|
271
289
|
export const wasmcrawlconfig_set_warcOutput: (a: number, b: number, c: number) => void;
|
|
272
290
|
export const wasmcrawlconfig_softHttpErrors: (a: number) => number;
|
|
273
291
|
export const wasmcrawlconfig_ssrf: (a: number) => number;
|
|
292
|
+
export const wasmcrawlconfig_ssrfDenyPrivateExplicit: (a: number) => number;
|
|
274
293
|
export const wasmcrawlconfig_stayOnDomain: (a: number) => number;
|
|
275
294
|
export const wasmcrawlconfig_userAgent: (a: number) => [number, number];
|
|
276
295
|
export const wasmcrawlconfig_userAgents: (a: number) => [number, number];
|
|
@@ -351,27 +370,31 @@ export const wasmdownloadedasset_set_htmlTag: (a: number, b: number, c: number)
|
|
|
351
370
|
export const wasmdownloadedasset_set_mimeType: (a: number, b: number, c: number) => void;
|
|
352
371
|
export const wasmdownloadedasset_set_url: (a: number, b: number, c: number) => void;
|
|
353
372
|
export const wasmdownloadedasset_url: (a: number) => [number, number];
|
|
373
|
+
export const wasmdownloadeddocument_contentBase64: (a: number) => [number, number];
|
|
354
374
|
export const wasmdownloadeddocument_contentHash: (a: number) => [number, number];
|
|
375
|
+
export const wasmdownloadeddocument_contentPath: (a: number) => [number, number];
|
|
355
376
|
export const wasmdownloadeddocument_default: () => number;
|
|
356
377
|
export const wasmdownloadeddocument_filename: (a: number) => [number, number];
|
|
357
378
|
export const wasmdownloadeddocument_headers: (a: number) => any;
|
|
358
379
|
export const wasmdownloadeddocument_mimeType: (a: number) => [number, number];
|
|
359
|
-
export const wasmdownloadeddocument_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => number;
|
|
380
|
+
export const wasmdownloadeddocument_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number) => number;
|
|
381
|
+
export const wasmdownloadeddocument_set_contentBase64: (a: number, b: number, c: number) => void;
|
|
360
382
|
export const wasmdownloadeddocument_set_contentHash: (a: number, b: number, c: number) => void;
|
|
383
|
+
export const wasmdownloadeddocument_set_contentPath: (a: number, b: number, c: number) => void;
|
|
361
384
|
export const wasmdownloadeddocument_set_filename: (a: number, b: number, c: number) => void;
|
|
362
385
|
export const wasmdownloadeddocument_set_headers: (a: number, b: any) => void;
|
|
363
386
|
export const wasmdownloadeddocument_set_mimeType: (a: number, b: number, c: number) => void;
|
|
387
|
+
export const wasmdownloadeddocument_set_size: (a: number, b: number) => void;
|
|
388
|
+
export const wasmdownloadeddocument_set_truncated: (a: number, b: number) => void;
|
|
364
389
|
export const wasmdownloadeddocument_set_url: (a: number, b: number, c: number) => void;
|
|
390
|
+
export const wasmdownloadeddocument_size: (a: number) => number;
|
|
391
|
+
export const wasmdownloadeddocument_truncated: (a: number) => number;
|
|
365
392
|
export const wasmdownloadeddocument_url: (a: number) => [number, number];
|
|
366
393
|
export const wasmextractionmeta_chunksProcessed: (a: number) => number;
|
|
367
|
-
export const wasmextractionmeta_completionTokens: (a: number) => [number, bigint];
|
|
368
|
-
export const wasmextractionmeta_cost: (a: number) => [number, number];
|
|
369
394
|
export const wasmextractionmeta_default: () => number;
|
|
370
395
|
export const wasmextractionmeta_model: (a: number) => [number, number];
|
|
371
396
|
export const wasmextractionmeta_new: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: bigint, h: number, i: number) => number;
|
|
372
397
|
export const wasmextractionmeta_set_chunksProcessed: (a: number, b: number) => void;
|
|
373
|
-
export const wasmextractionmeta_set_completionTokens: (a: number, b: number, c: bigint) => void;
|
|
374
|
-
export const wasmextractionmeta_set_cost: (a: number, b: number, c: number) => void;
|
|
375
398
|
export const wasmextractionmeta_set_model: (a: number, b: number, c: number) => void;
|
|
376
399
|
export const wasmfaviconinfo_mimeType: (a: number) => [number, number];
|
|
377
400
|
export const wasmfaviconinfo_rel: (a: number) => [number, number];
|
|
@@ -395,6 +418,11 @@ export const wasmheadinginfo_new: (a: number, b: number, c: number) => number;
|
|
|
395
418
|
export const wasmheadinginfo_set_level: (a: number, b: number) => void;
|
|
396
419
|
export const wasmheadinginfo_set_text: (a: number, b: number, c: number) => void;
|
|
397
420
|
export const wasmheadinginfo_text: (a: number) => [number, number];
|
|
421
|
+
export const wasmhostmatcher_default: () => number;
|
|
422
|
+
export const wasmhostmatcher_set_type: (a: number, b: number, c: number) => void;
|
|
423
|
+
export const wasmhostmatcher_set_value: (a: number, b: number, c: number) => void;
|
|
424
|
+
export const wasmhostmatcher_type: (a: number) => [number, number];
|
|
425
|
+
export const wasmhostmatcher_value: (a: number) => [number, number];
|
|
398
426
|
export const wasmhreflangentry_default: () => number;
|
|
399
427
|
export const wasmhreflangentry_lang: (a: number) => [number, number];
|
|
400
428
|
export const wasmhreflangentry_new: (a: number, b: number, c: number, d: number) => number;
|
|
@@ -415,10 +443,12 @@ export const wasminteractionresult_actionResults: (a: number) => [number, number
|
|
|
415
443
|
export const wasminteractionresult_default: () => number;
|
|
416
444
|
export const wasminteractionresult_finalHtml: (a: number) => [number, number];
|
|
417
445
|
export const wasminteractionresult_finalUrl: (a: number) => [number, number];
|
|
418
|
-
export const wasminteractionresult_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
446
|
+
export const wasminteractionresult_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
447
|
+
export const wasminteractionresult_screenshotBase64: (a: number) => [number, number];
|
|
419
448
|
export const wasminteractionresult_set_actionResults: (a: number, b: number, c: number) => void;
|
|
420
449
|
export const wasminteractionresult_set_finalHtml: (a: number, b: number, c: number) => void;
|
|
421
450
|
export const wasminteractionresult_set_finalUrl: (a: number, b: number, c: number) => void;
|
|
451
|
+
export const wasminteractionresult_set_screenshotBase64: (a: number, b: number, c: number) => void;
|
|
422
452
|
export const wasmjsonldentry_default: () => number;
|
|
423
453
|
export const wasmjsonldentry_name: (a: number) => [number, number];
|
|
424
454
|
export const wasmjsonldentry_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
@@ -602,10 +632,11 @@ export const wasmscraperesult_jsonLd: (a: number) => [number, number];
|
|
|
602
632
|
export const wasmscraperesult_links: (a: number) => [number, number];
|
|
603
633
|
export const wasmscraperesult_markdown: (a: number) => number;
|
|
604
634
|
export const wasmscraperesult_metadata: (a: number) => number;
|
|
605
|
-
export const wasmscraperesult_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: number, s: number, t: number, u: number, v: number, w: number, x: number, y: number, z: number, a1: number, b1: number, c1: bigint, d1: number, e1: number, f1: number, g1: number, h1: number, i1: number, j1: number, k1: number, l1: number, m1: number) => number;
|
|
635
|
+
export const wasmscraperesult_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: number, s: number, t: number, u: number, v: number, w: number, x: number, y: number, z: number, a1: number, b1: number, c1: bigint, d1: number, e1: number, f1: number, g1: number, h1: number, i1: number, j1: number, k1: number, l1: number, m1: number, n1: number, o1: number) => number;
|
|
606
636
|
export const wasmscraperesult_nofollowDetected: (a: number) => number;
|
|
607
637
|
export const wasmscraperesult_noindexDetected: (a: number) => number;
|
|
608
638
|
export const wasmscraperesult_responseMeta: (a: number) => number;
|
|
639
|
+
export const wasmscraperesult_screenshotBase64: (a: number) => [number, number];
|
|
609
640
|
export const wasmscraperesult_set_assets: (a: number, b: number, c: number) => void;
|
|
610
641
|
export const wasmscraperesult_set_authHeaderSent: (a: number, b: number) => void;
|
|
611
642
|
export const wasmscraperesult_set_bodySize: (a: number, b: number) => void;
|
|
@@ -630,6 +661,7 @@ export const wasmscraperesult_set_metadata: (a: number, b: number) => void;
|
|
|
630
661
|
export const wasmscraperesult_set_nofollowDetected: (a: number, b: number) => void;
|
|
631
662
|
export const wasmscraperesult_set_noindexDetected: (a: number, b: number) => void;
|
|
632
663
|
export const wasmscraperesult_set_responseMeta: (a: number, b: number) => void;
|
|
664
|
+
export const wasmscraperesult_set_screenshotBase64: (a: number, b: number, c: number) => void;
|
|
633
665
|
export const wasmscraperesult_set_statusCode: (a: number, b: number) => void;
|
|
634
666
|
export const wasmscraperesult_set_wasSkipped: (a: number, b: number) => void;
|
|
635
667
|
export const wasmscraperesult_set_xRobotsTag: (a: number, b: number, c: number) => void;
|
|
@@ -646,18 +678,23 @@ export const wasmsitemapurl_set_lastmod: (a: number, b: number, c: number) => vo
|
|
|
646
678
|
export const wasmsitemapurl_set_priority: (a: number, b: number, c: number) => void;
|
|
647
679
|
export const wasmsitemapurl_set_url: (a: number, b: number, c: number) => void;
|
|
648
680
|
export const wasmsitemapurl_url: (a: number) => [number, number];
|
|
681
|
+
export const wasmssrfpolicy_allowlist: (a: number) => any;
|
|
649
682
|
export const wasmssrfpolicy_default: () => number;
|
|
650
683
|
export const wasmssrfpolicy_denyPrivate: (a: number) => number;
|
|
651
684
|
export const wasmssrfpolicy_fromEnv: () => number;
|
|
652
685
|
export const wasmssrfpolicy_maxRedirects: (a: number) => number;
|
|
653
|
-
export const wasmssrfpolicy_new: (a: number, b: number) => number;
|
|
686
|
+
export const wasmssrfpolicy_new: (a: number, b: number, c: number) => number;
|
|
687
|
+
export const wasmssrfpolicy_set_allowlist: (a: number, b: any) => void;
|
|
654
688
|
export const wasmssrfpolicy_set_denyPrivate: (a: number, b: number) => void;
|
|
655
689
|
export const wasmssrfpolicy_set_maxRedirects: (a: number, b: number) => void;
|
|
656
|
-
export const
|
|
690
|
+
export const wasmhostmatcher_new: () => number;
|
|
691
|
+
export const wasmcrawlconfig_set_requestTimeout: (a: number, b: number, c: bigint) => void;
|
|
692
|
+
export const wasmextractionmeta_set_completionTokens: (a: number, b: number, c: bigint) => void;
|
|
657
693
|
export const wasmextractionmeta_set_promptTokens: (a: number, b: number, c: bigint) => void;
|
|
658
694
|
export const wasmpageaction_set_milliseconds: (a: number, b: number, c: bigint) => void;
|
|
659
|
-
export const wasmcrawlconfig_rateLimitMs: (a: number) => [number, bigint];
|
|
660
695
|
export const wasmcrawlconfig_requestTimeout: (a: number) => [number, bigint];
|
|
696
|
+
export const wasmextractionmeta_completionTokens: (a: number) => [number, bigint];
|
|
697
|
+
export const wasmextractionmeta_cost: (a: number) => [number, number];
|
|
661
698
|
export const wasmextractionmeta_promptTokens: (a: number) => [number, bigint];
|
|
662
699
|
export const wasmpageaction_amount: (a: number) => [number, bigint];
|
|
663
700
|
export const wasmpageaction_milliseconds: (a: number) => [number, bigint];
|
|
@@ -667,27 +704,25 @@ export const wasmbatchscraperesults_set_completedCount: (a: number, b: number) =
|
|
|
667
704
|
export const wasmbatchscraperesults_set_failedCount: (a: number, b: number) => void;
|
|
668
705
|
export const wasmbatchscraperesults_set_totalCount: (a: number, b: number) => void;
|
|
669
706
|
export const wasmdownloadedasset_set_size: (a: number, b: number) => void;
|
|
670
|
-
export const wasmdownloadeddocument_set_size: (a: number, b: number) => void;
|
|
671
707
|
export const wasmimageinfo_set_width: (a: number, b: number) => void;
|
|
672
708
|
export const wasmpagemetadata_set_wordCount: (a: number, b: number) => void;
|
|
673
709
|
export const wasmbatchscraperesults_completedCount: (a: number) => number;
|
|
674
710
|
export const wasmbatchscraperesults_failedCount: (a: number) => number;
|
|
675
711
|
export const wasmbatchscraperesults_totalCount: (a: number) => number;
|
|
676
712
|
export const wasmdownloadedasset_size: (a: number) => number;
|
|
677
|
-
export const wasmdownloadeddocument_size: (a: number) => number;
|
|
678
713
|
export const wasmlinkinfo_set_nofollow: (a: number, b: number) => void;
|
|
679
714
|
export const wasmfaviconinfo_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
680
715
|
export const wasmimageinfo_width: (a: number) => number;
|
|
681
716
|
export const wasmpagemetadata_wordCount: (a: number) => number;
|
|
682
717
|
export const wasmlinkinfo_nofollow: (a: number) => number;
|
|
683
718
|
export const wasmauthconfig_new: () => number;
|
|
684
|
-
export const
|
|
719
|
+
export const wasmextractionmeta_set_cost: (a: number, b: number, c: number) => void;
|
|
685
720
|
export const wasmpageaction_set_amount: (a: number, b: number, c: bigint) => void;
|
|
686
721
|
export const wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint) => void;
|
|
687
722
|
export const wasmpageaction_new: () => number;
|
|
688
|
-
export const
|
|
689
|
-
export const
|
|
690
|
-
export const
|
|
723
|
+
export const wasm_bindgen__convert__closures_____invoke__h2deefa3c9140ef43: (a: number, b: number, c: any) => [number, number];
|
|
724
|
+
export const wasm_bindgen__convert__closures_____invoke__h072ef20b96c52fc3: (a: number, b: number, c: any, d: any) => void;
|
|
725
|
+
export const wasm_bindgen__convert__closures_____invoke__h99e891e0bdc2d97f: (a: number, b: number) => void;
|
|
691
726
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
692
727
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
693
728
|
export const __wbindgen_exn_store: (a: number) => void;
|