JavaScript runtime agnostic WebSocketStream implementation.
import { WebSocketStreamImpl } from "./websocket-stream-impl.js";
if (!Object.hasOwn(globalThis, "WebSocketStream")) {
globalThis.WebSocketStream = class WebSocketStream extends WebSocketStreamImpl {};
}
Do What the Fuck You Want to Public License WTFPLv2