Lines Matching refs:DOMException
1051 var DOMException = globalThis.DOMException ?? (() => {
1074 DOMException,
1190 return object instanceof Error || (object?.constructor?.name === "Error" || object?.constructor?.name === "DOMException");
5236 var { DOMException, structuredClone } = require_constants2();
5425 throw new DOMException("The operation was aborted.", "AbortError");
5469 throw new DOMException(`${err}`, "AbortError");
5625 DOMException
5896 return isAborted(fetchParams) ? makeNetworkError(Object.assign(new DOMException("The operation was aborted.", "AbortError"), { cause: err })) : makeNetworkError(Object.assign(new DOMException("Request was cancelled."), { cause: err }));
10343 DOMException
10384 error = new DOMException("The operation was aborted.", "AbortError");
10497 error = new DOMException("The operation was aborted.", "AbortError");
11041 this.abort?.(err ?? new DOMException("The operation was aborted.", "AbortError"));
11218 abort(new DOMException("The operation was aborted.", "AbortError"));
12211 var { DOMException } = require_constants2();
12266 throw new DOMException(e, "SyntaxError");
12274 throw new DOMException(
12280 throw new DOMException("Got fragment", "SyntaxError");
12286 throw new DOMException("Invalid Sec-WebSocket-Protocol value", "SyntaxError");
12289 throw new DOMException("Invalid Sec-WebSocket-Protocol value", "SyntaxError");
12317 throw new DOMException("invalid code", "InvalidAccessError");
12324 throw new DOMException(
12366 throw new DOMException("Sent before connected.", "InvalidStateError");