Re: [whatwg/url] Define URL's toJSON() (#229)

TimothyGu commented on this pull request.



> @@ -2483,6 +2483,8 @@ interface URL {
            attribute USVString search;
   [SameObject] readonly attribute URLSearchParams searchParams;
            attribute USVString hash;
+
+  USVString toJSON();

@annevk, yeah I'm okay with the PR in general. The bit about IDL notation is minor and does not affect the semantics anyway.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/229

Received on Tuesday, 7 February 2017 09:49:47 UTC