Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 19:38
· 552 commits to main since this release
27c476f

7.0.0 (2020-09-11)

Bug Fixes

BREAKING CHANGES

  • Types for up/down are now enforced

type MessageType =
| ArrayBufferLike
| ArrayBufferView
| Blob
| string // you probably want this

up: (message: MessageType) => ...
down: Observable<WebSocket.MessageEvent> => ...