mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-08 19:29:02 +08:00
feat(scrapeURL/pdf): update mock Blob implementation to pass TypeScript
This commit is contained in:
parent
f15ef0e758
commit
c543f4f76c
@ -32,6 +32,9 @@ async function scrapePDFWithLlamaParse(
|
|||||||
tempFilePath,
|
tempFilePath,
|
||||||
) as unknown as ReadableStream<Uint8Array>;
|
) as unknown as ReadableStream<Uint8Array>;
|
||||||
},
|
},
|
||||||
|
bytes() {
|
||||||
|
throw Error("Unimplemented in mock Blob: bytes");
|
||||||
|
},
|
||||||
arrayBuffer() {
|
arrayBuffer() {
|
||||||
throw Error("Unimplemented in mock Blob: arrayBuffer");
|
throw Error("Unimplemented in mock Blob: arrayBuffer");
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user