| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 32bd38f commit f8765be
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -101,7 +101,6 @@ const FORWARD_SLASH = /\//g; | |||
| 101 | 101 | ||
| 102 | 102 | const context = Symbol('context'); | |
| 103 | 103 | const searchParams = Symbol('query'); | |
| 104 | - const kFormat = Symbol('format'); | ||
| 105 | 104 | ||
| 106 | 105 | const updateActions = { | |
| 107 | 106 | kProtocol: 0, | |
@@ -794,7 +793,6 @@ class URL { | |||
| 794 | 793 | } | |
| 795 | 794 | ||
| 796 | 795 | ObjectDefineProperties(URL.prototype, { | |
| 797 | - [kFormat]: { __proto__: null, configurable: false, writable: false }, | ||
| 798 | 796 | [SymbolToStringTag]: { __proto__: null, configurable: true, value: 'URL' }, | |
| 799 | 797 | toString: kEnumerableProperty, | |
| 800 | 798 | href: kEnumerableProperty, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments