- From: Michael van Ouwerkerk <notifications@github.com>
- Date: Wed, 07 Jan 2015 09:07:12 -0800
- To: w3c/push-api <push-api@noreply.github.com>
Received on Wednesday, 7 January 2015 17:08:14 UTC
Yes, that's the one I was thinking of. However, the spec states that we should just expose a string [1]: > A standard that exposes URLs, should expose the URL as a string (by serializing an internal URL). A standard should not expose a URL using a URL object. URL objects are meant for URL manipulation. In IDL the USVString type should be used. So we might change it to USVString. @annevk is that correct? [1] https://url.spec.whatwg.org/#url-apis-elsewhere --- Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/issues/93#issuecomment-69054144
Received on Wednesday, 7 January 2015 17:08:14 UTC