From 5600a927b68ccfc669cd8fe5e526de7a02673560 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 10 Oct 2016 11:52:28 -0700 Subject: [PATCH] Add WHATWG URL API --- stage-0-proposals.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stage-0-proposals.md b/stage-0-proposals.md index 700fdb08..35b6a3c0 100644 --- a/stage-0-proposals.md +++ b/stage-0-proposals.md @@ -25,6 +25,7 @@ Stage 0 proposals are either | 🚀 | [Unicode property escapes `\p{…}` and `\P{…}` in regular expressions](https://github.com/mathiasbynens/es-regexp-unicode-property-escapes) | Mathias Bynens, Daniel Ehrenberg, Brian Terlson | 0 | | 🚀?| [Nested `import` declarations](https://github.com/tc39/ecma262/pull/646) | Ben Newman, Meteor Development Group | 0 | | 🚀 | [`s` (`dotAll`) flag for regular expressions](https://github.com/mathiasbynens/es-regexp-dotall-flag) | Mathias Bynens, Brian Terlson | 0 | +| | [WHATWG URL](https://github.com/jasnell/proposal-url) | James M Snell | 0 | 🚀 means the champion thinks it's ready to advance but has not yet presented to the committee.