Safeeullah
Safeeullah
@xhayper I made a pull request for it that I think pretty much solves the problem. Here's a working version of it on the marketplace https://marketplace.visualstudio.com/items?itemName=Safee-ullah1.cursorcord
Yeah, that's true, I'm sorry for the incomplete question. My code is pretty much exactly the same. When running mammoth through the cli, with `pnpx mammoth file-sample_100kB.docx1` the output is...
```typescript const processFile = async (url: string): Promise => { const response = await fetch(url); if (!response.ok) { throw new Error("Network response was not ok"); } const arrayBuffer = await...