We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kFormat
1 parent 5d910ca commit 3db235bCopy full SHA for 3db235b
lib/internal/url.js
@@ -103,7 +103,6 @@ const FORWARD_SLASH = /\//g;
103
104
const context = Symbol('context');
105
const searchParams = Symbol('query');
106
-const kFormat = Symbol('format');
107
108
const updateActions = {
109
kProtocol: 0,
@@ -815,7 +814,6 @@ class URL {
815
814
}
816
817
ObjectDefineProperties(URL.prototype, {
818
- [kFormat]: { __proto__: null, configurable: false, writable: false },
819
[SymbolToStringTag]: { __proto__: null, configurable: true, value: 'URL' },
820
toString: kEnumerableProperty,
821
href: kEnumerableProperty,
0 commit comments