mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement Window.trap() to trigger a breakpoint trap
This commit is contained in:
parent
3a5e4335d7
commit
eb47185d58
2 changed files with 6 additions and 1 deletions
|
@ -126,6 +126,7 @@ partial interface Window {
|
|||
readonly attribute Console console;
|
||||
void debug(DOMString arg);
|
||||
void gc();
|
||||
void trap();
|
||||
};
|
||||
Window implements OnErrorEventHandlerForWindow;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue