| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5d910ca commit 3db235b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -103,7 +103,6 @@ const FORWARD_SLASH = /\//g; | |||
| 103 | 103 | ||
| 104 | 104 | const context = Symbol('context'); | |
| 105 | 105 | const searchParams = Symbol('query'); | |
| 106 | - const kFormat = Symbol('format'); | ||
| 107 | 106 | ||
| 108 | 107 | const updateActions = { | |
| 109 | 108 | kProtocol: 0, | |
@@ -815,7 +814,6 @@ class URL { | |||
| 815 | 814 | } | |
| 816 | 815 | ||
| 817 | 816 | ObjectDefineProperties(URL.prototype, { | |
| 818 | - [kFormat]: { __proto__: null, configurable: false, writable: false }, | ||
| 819 | 817 | [SymbolToStringTag]: { __proto__: null, configurable: true, value: 'URL' }, | |
| 820 | 818 | toString: kEnumerableProperty, | |
| 821 | 819 | href: kEnumerableProperty, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments