mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implementing Close function and mark success tests.
This commit is contained in:
parent
701e678d8e
commit
d23ef77645
7 changed files with 29 additions and 19 deletions
|
@ -8,4 +8,6 @@
|
|||
[Throws]
|
||||
void postMessage(any message/*, optional sequence<Transferable> transfer*/);
|
||||
attribute EventHandler onmessage;
|
||||
|
||||
void close();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue