MCPcopy Create free account
hub / github.com/Silentely/eSIM-Tools / URL

Class URL

tests/modules/sentry-feedback.test.js:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 Date: Date,
46 setTimeout: (fn, ms) => fn(),
47 URL: class URL {
48 constructor(url, base) {
49 this.href = url;
50 this.searchParams = new Map();
51 }
52 toString() { return this.href; }
53 },
54 };
55
56 global.document = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected