UNPKG

@fails-components/webtransport

Version:

A component to add webtransport support (server and client) to node.js using libquiche

8 lines 199 B
export class WebTransportError extends Error { /** * @param {string} message */ constructor(message: string); [Symbol.toStringTag]: string; } //# sourceMappingURL=error.d.ts.map