| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f9739a8 commit b8560ec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ const { | |||
| 7 | 7 | ArrayPrototypePush, | |
| 8 | 8 | ArrayPrototypeReduce, | |
| 9 | 9 | ArrayPrototypeSlice, | |
| 10 | - FunctionPrototypeBind, | ||
| 11 | 10 | Int8Array, | |
| 12 | 11 | IteratorPrototype, | |
| 13 | 12 | Number, | |
@@ -544,7 +543,6 @@ class URL { | |||
| 544 | 543 | // toUSVString is not needed. | |
| 545 | 544 | input = `${input}`; | |
| 546 | 545 | this[context] = new URLContext(); | |
| 547 | - this.#onParseComplete = FunctionPrototypeBind(this.#onParseComplete, this); | ||
| 548 | 546 | ||
| 549 | 547 | if (base !== undefined) { | |
| 550 | 548 | base = `${base}`; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments