There was an error while loading. Please reload this page.
kFormat
1 parent d610096 commit 69148f0Copy full SHA for 69148f0
lib/internal/url.js
@@ -100,7 +100,6 @@ const FORWARD_SLASH = /\//g;
100
101
const context = Symbol('context');
102
const searchParams = Symbol('query');
103
-const kFormat = Symbol('format');
104
105
const updateActions = {
106
kProtocol: 0,
@@ -794,7 +793,6 @@ class URL {
794
793
}
795
796
ObjectDefineProperties(URL.prototype, {
797
- [kFormat]: { __proto__: null, configurable: false, writable: false },
798
[SymbolToStringTag]: { __proto__: null, configurable: true, value: 'URL' },
799
toString: kEnumerableProperty,
800
href: kEnumerableProperty,
0 commit comments