Jelle Raaijmakers
d5fd29adb7
LibWeb: Update DOM IDL specs
...
I noticed some of these were running behind the upstream spec.
2024-10-14 11:57:58 -04:00
Bastiaan van der Plaat
169d24ae2e
LibWeb: Add comments and missing items of various IDL files
2023-10-25 19:45:41 +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
64040c136e
LibWeb: Add support for AbortSignal.reason
2021-12-10 23:05:36 +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