mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
parent
64040c136e
commit
1a5bf15b4d
Notes:
sideshowbarker
2024-07-17 23:00:12 +09:00
Author: https://github.com/Lubrsi
Commit: 1a5bf15b4d
Pull-request: https://github.com/SerenityOS/serenity/pull/11205
Reviewed-by: https://github.com/IdanHo ✅
3 changed files with 19 additions and 0 deletions
|
@ -53,6 +53,8 @@ public:
|
|||
// https://dom.spec.whatwg.org/#dom-abortsignal-reason
|
||||
JS::Value reason() const { return m_abort_reason; }
|
||||
|
||||
JS::ThrowCompletionOr<void> throw_if_aborted() const;
|
||||
|
||||
void visit_edges(JS::Cell::Visitor&);
|
||||
|
||||
// ^EventTarget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue