mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-08 14:39: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,
|
||||
) as unknown as ReadableStream<Uint8Array>;
|
||||
},
|
||||
bytes() {
|
||||
throw Error("Unimplemented in mock Blob: bytes");
|
||||
},
|
||||
arrayBuffer() {
|
||||
throw Error("Unimplemented in mock Blob: arrayBuffer");
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user