- From: Karl <notifications@github.com>
- Date: Mon, 13 Mar 2023 08:35:43 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 13 March 2023 15:35:55 UTC
For compatibility, the IP address parser supports the same formats as [`inet_aton`](https://linux.die.net/man/3/inet_aton). This includes the following format: > a.b > > Part `a` specifies the first byte of the binary address. Part `b` is interpreted as a 24-bit value that defines the rightmost three bytes of the binary address. This notation is suitable for specifying (outmoded) Class C network addresses. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/761#issuecomment-1466378367 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/issues/761/1466378367@github.com>
Received on Monday, 13 March 2023 15:35:55 UTC