mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
LibWeb: Stub XMLHttpRequest.abort
This commit is contained in:
parent
9805cdeaf5
commit
6c21c72492
3 changed files with 8 additions and 0 deletions
|
@ -63,6 +63,8 @@ public:
|
|||
WebIDL::ExceptionOr<void> set_timeout(u32 timeout);
|
||||
u32 timeout() const;
|
||||
|
||||
void abort();
|
||||
|
||||
private:
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
virtual bool must_survive_garbage_collection() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue