UNPKG

@fails-components/webtransport

Version:

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

11 lines (9 loc) 202 B
export class WebTransportError extends Error { /** * @param {string} message */ constructor(message) { super(message) this.name = this[Symbol.toStringTag] = 'WebTransportError' } }