mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add links to spec for script::dom structs/methods
This commit is contained in:
parent
e70beca74b
commit
46f14449d0
10 changed files with 36 additions and 0 deletions
|
@ -36,6 +36,7 @@ use std::sync::mpsc::{channel, Sender};
|
|||
|
||||
pub type TrustedWorkerAddress = Trusted<Worker>;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/workers.html#worker
|
||||
#[dom_struct]
|
||||
pub struct Worker {
|
||||
eventtarget: EventTarget,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue