Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -803,13 +803,19 @@ required beyond the fetch change proposed above.
One minor difference between the Fetch API and the WebSockets API is that
WebSockets does not have an equivalent to fetch's `RequestInit`, and so there
is no place to put in a `targetAddressSpace` option to bypass mixed content
checks for ws:// urls.
checks for ws:// urls.

## Integration with WebTransport ## {#integration-with-webtransport}

WebTransport connections should be subject to the same local network access
permission requirements.

No modification to the WebTransport spec will be required. In the WebTransport
spec, [obtaining a WebTransport
connection](https://www.w3.org/TR/webtransport/#obtain-a-webtransport-connection)
references the Fetch spec for obtaining a connection in step 6, which is being
modified in [[#fetching]]

## Integration with HTML ## {#integration-with-html}

To support the checks in [[FETCH]], user agents must remember the source IP
Expand Down