Closed rubycon closed 7 months ago
Thanks for the pull request. Only a couple things before I can merge it.
@jeremyroman I updated my PR title and submitted a participant agreement, waiting for its validation.
The WHATWG page says:
@rubycon has signed up to participate as an individual, but has not yet been verified. Hold tight while we sort this out on our end!
@annevk do you know what need to be done for it to be "verified"? I'm not super familiar with how individual participation works.
Gotcha; done. (Was that linked from the check status page? If so, I missed it.)
This PR fix missing serialization steps of internal port and host properties in the spec. The URL parser return port as an integer and host as either a hostname string, an integer (IPv4 address) or an array of integers (IPv6 address). For further processing by the URLPattern code these properties need to be properly converted to string.
The issue was discussed here: https://github.com/whatwg/urlpattern/issues/202#issuecomment-1937770488
Preview | Diff