aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/websocket.rs
Commit message (Collapse)AuthorAgeFilesLines
* Format script componentchansuke2018-09-191-5/+1
|
* Add Websocket task sourceAgustin Chiappe Berrini2018-09-081-0/+37
According to the doc: https://html.spec.whatwg.org/multipage/web-sockets.html#network The task source for all tasks queued in the websocket section are the websocket task source, so this commit also updates those references to use the appropriate one.