Idan Horowitz
f45d361f03
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
2022-03-31 01:10:47 +02:00
Ali Mohammad Pur
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
Luke Wilde
1a5bf15b4d
LibWeb: Implement AbortSignal.throwIfAborted
...
See: https://github.com/whatwg/dom/commit/cfe2f1e
2021-12-10 23:05:36 +02:00
Luke Wilde
64040c136e
LibWeb: Add support for AbortSignal.reason
2021-12-10 23:05:36 +02:00
Luke Wilde
971d60c329
LibWeb: Implement AbortSignal.onabort
2021-10-01 02:10:56 +02:00
Luke Wilde
1d8f8ea5b1
LibWeb: Add initial support for AbortController and AbortSignal
...
The DOM specification says that the primary use case for these is to
give Promises abort semantics. It is also a prerequisite for Fetch,
as it is used to make Fetch abortable.
a
2021-09-02 09:12:17 +02:00