- From: 100の人 <notifications@github.com>
- Date: Thu, 02 Feb 2017 17:50:35 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 February 2017 01:51:08 UTC
esperecyan commented on this pull request. > @@ -2483,6 +2483,8 @@ interface URL { attribute USVString search; [SameObject] readonly attribute URLSearchParams searchParams; attribute USVString hash; + + USVString toJSON(); If “URL” interface will be implemented on PHP, should this method be implemented by the name of “jsonSerialize()” instead of “toJSON()”? https://secure.php.net/manual/class.jsonserializable.php -- 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#pullrequestreview-19935609
Received on Friday, 3 February 2017 01:51:08 UTC