You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Increase minimum Node.js version to ^14.0.0 (#38)
BREAKING: Adopt a uniform naming scheme for all classes (#40)
BREAKING: Throw an error when constructing a stream in the wrong environment (#40)
For example, a WebWorkerPostMessageStream can now only be constructed in a WebWorker. This change may not be breaking in practice because the streams would not work in unintended environments anyway.
BREAKING: Add targetOrigin parameter for WindowPostMessageStream (#23)