Open stevenvachon opened 7 years ago
whatwg-url instances fail their checks because Object.keys(new URL(…)) returns []. Support for object property descriptors will need to be added.
Object.keys(new URL(…))
[]
whatwg-url instances fail their checks because
Object.keys(new URL(…))
returns[]
. Support for object property descriptors will need to be added.