We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba7ac8 commit f271f7cCopy full SHA for f271f7c
src/content/compatibility-dates/allow-custom-ports.md
@@ -25,3 +25,4 @@ const response = await fetch("https://example.com:8000");
25
With allow_custom_ports the above example would fetch `https://example.com:8000` rather than
26
`https://example.com:443`.
27
28
+Note that creating a WebSocket client with a call to `new WebSocket(url)` will also obey this flag.
0 commit comments