alina sireneva
alina sireneva
same here, also in GitHub Actions Chromium 120.0.6099.28 (playwright build v1091) Vitest 0.34.6 Vite 5.0.3 Playwright 1.40.1 also similar error sometimes happens in firefox (Firefox 119.0 (playwright build v1429)), likely...
> are a blocker for you not really a blocker, i was just poking around for fun c:
at least i think it would be nice for the runtime to tell what's wrong and not just crash
> Where are you running this? sorry, should have mentioned in the op macOS 14.2.1 (23C71), Darwin 23.2.0 MacBook M1 Pro (2021) just checked on linux arm, works fine indeed
encountered this too. mcve: ```ts import { gzipSync } from 'node:zlib'; Deno.test('gzip', () => { const data = new TextEncoder().encode('hello world'); gzipSync(data); }) ``` errors with: ``` running 1 test...
someone suggested that a nice solution for this might be supporting something along `jsr:////`
honestly – no idea. it probably does, but there isn't a ready-made package for react native (yet?) judging by their docs, `WebSocket`s are supported, so for transport `WebSocketTransport` from `@mtcute/web`...
ok this won't work until jsr sorted their shit out (allowed installing packages from other registries)
mtcute does not use that library under the hood, so that code wont work as is either way. i will research cloudflare workers
oops accident