mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
move websocket creation to resource task
This commit is contained in:
parent
9f9d3570fc
commit
e8c8277f34
10 changed files with 234 additions and 101 deletions
|
@ -28,6 +28,7 @@ extern crate time;
|
|||
extern crate url;
|
||||
extern crate util;
|
||||
extern crate uuid;
|
||||
extern crate websocket;
|
||||
|
||||
pub mod about_loader;
|
||||
pub mod cookie;
|
||||
|
@ -41,6 +42,7 @@ pub mod mime_classifier;
|
|||
pub mod pub_domains;
|
||||
pub mod resource_task;
|
||||
pub mod storage_task;
|
||||
pub mod websocket_loader;
|
||||
|
||||
/// An implementation of the [Fetch spec](https://fetch.spec.whatwg.org/)
|
||||
pub mod fetch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue