- From: Gordon P. Hemsley <notifications@github.com>
- Date: Sun, 04 Jun 2017 16:43:36 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 4 June 2017 23:44:08 UTC
That appears to be exactly what I've implemented since your previous comment: * _pointer_ points to the **EOF code point** if _pointer_ equals the length of _string_ * **c** is undefined if _pointer_ is less than 0 or greater than the length of _string_ * **remaining** is undefined if _c_ is undefined or if _pointer_ points to the _EOF code point_ -- 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/issues/308#issuecomment-306075416
Received on Sunday, 4 June 2017 23:44:08 UTC