Incorporate URL spec into EcmaScript

# Jussi Kalliokoski (8 years ago)

I've been thinking that the WhatWG URL spec 1 kinda seems like it should be part of the ES language now that the spec is really solid and has been implemented both by browsers and node. After all, URLs are quite a universal concept in applications of all sorts and especially in contexts where JS is used and as such I can't think of a single platform that runs JS and would not benefit from having the URL standard implemented.

WDYT?