Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(PreviewServer): serialize IPv6 host correctly in URL
* Ensure IPv6 host is surrounded by square brackets when serialized into a URL * Use the Node-provided `family` property of the address returned by `.listen()` to check whether the address is IPv6, instead of relying on guesswork of looking at the IP
- Loading branch information