Age | Commit message (Expand) | Author |
---|---|---|
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani |
2022-02-08 | LibWeb: Rewrite EventTarget to more closely match the spec | Luke Wilde |
2022-02-08 | LibJS+Everywhere: Remove VM::exception() and most related functions | davidot |
2021-12-10 | LibWeb: Implement AbortSignal.throwIfAborted | Luke Wilde |
2021-12-10 | LibWeb: Add support for AbortSignal.reason | Luke Wilde |
2021-10-01 | LibWeb: Implement AbortSignal.onabort | Luke Wilde |
2021-09-25 | LibWeb: Provide a default DOM::EventTarget::dispatch_event() | Andreas Kling |
2021-09-02 | LibWeb: Add initial support for AbortController and AbortSignal | Luke Wilde |