isows icon indicating copy to clipboard operation
isows copied to clipboard

Isomorphic WebSocket implementation for Node.js, Bun, Deno, and modern browsers.

Results 5 isows issues
Sort by recently updated
recently updated
newest added

Since I switched to recent versions of viem I am encountering this issue. ### Possible related issue I believe it is related to this https://github.com/wagmi-dev/viem/issues/1329. ### Use case from which...

Given * `worked` is the conditional export for Cloudflare [[1]](https://developers.cloudflare.com/workers/wrangler/bundling/#conditional-exports) [[2]](https://runtime-keys.proposal.wintercg.org/#workerd). * Cloudflare supports Websockets natively [[3]](https://developers.cloudflare.com/workers/runtime-apis/websockets). We can add `worked` support! Fix https://github.com/surrealdb/surrealdb.js/issues/329

Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1 to 2. Release notes Sourced from denoland/setup-deno's releases. v2.0.0 What's Changed feat: v2 by @​lucacasonato in denoland/setup-deno#82 Full Changelog: https://github.com/denoland/setup-deno/compare/v1.5.1...v2.0.0 v1.5.1 What's Changed fix: use npm...

dependencies

by default, `ws` server has message compression disabled. The client has it enabled, however, requires the server to have it enabled to work. We should explicitly have set the `perMessageDeflate`...