StarlingMonkey icon indicating copy to clipboard operation
StarlingMonkey copied to clipboard

Fetch bug

Open guybedford opened this issue 3 months ago • 1 comments

I tried enabling the fetch path in the smoke test component here - https://github.com/fermyon/StarlingMonkey/blob/main/tests/smoke.js#L135.

But on the await textP line I get the following error:

stdout [1] :: Log: Error: TypeError: Response body object should not be disturbed or locked.

This is currently blocking enabling fetch on ComponentizeJS (https://github.com/bytecodealliance/ComponentizeJS/issues/96).

guybedford avatar Apr 03 '24 20:04 guybedford