mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
implement window.stop, improve aborting document load
This commit is contained in:
parent
aab335e543
commit
ff62ca7c01
10 changed files with 49 additions and 18 deletions
|
@ -25,7 +25,7 @@
|
|||
attribute DOMString status;
|
||||
void close();
|
||||
readonly attribute boolean closed;
|
||||
//void stop();
|
||||
void stop();
|
||||
//void focus();
|
||||
//void blur();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue