mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Added Websocket to RequestMode enum
set unreachable in dom/request.rs for websocket fixed imports
This commit is contained in:
parent
6d4ccab2b7
commit
8bf924dc79
3 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,7 @@ pub enum RequestMode {
|
|||
SameOrigin,
|
||||
NoCors,
|
||||
CorsMode,
|
||||
WebSocket
|
||||
}
|
||||
|
||||
/// Request [credentials mode](https://fetch.spec.whatwg.org/#concept-request-credentials-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue