Skip to content

partysocket@1.1.18

Choose a tag to compare

@github-actions github-actions released this 20 Apr 20:34
· 44 commits to main since this release

Patch Changes

  • #374 c05d86a Thanks @threepointone! - Narrow the exported Message type from ArrayBufferView to ArrayBufferView<ArrayBuffer> so it matches the DOM WebSocket.send() overloads under newer @cloudflare/workers-types / lib.dom.d.ts, where the default ArrayBufferView<ArrayBufferLike> includes SharedArrayBuffer-backed views that send() does not accept. Runtime behaviour is unchanged — WebSocket.send() already rejected shared-buffer views at runtime.