mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
LibWeb/HTML: Port Window.queueMicrotask() to IDL
This commit is contained in:
parent
129ab02470
commit
351e5ca917
5 changed files with 28 additions and 34 deletions
|
@ -28,6 +28,7 @@ public:
|
|||
bool cross_origin_isolated() const;
|
||||
WebIDL::ExceptionOr<String> btoa(String const& data) const;
|
||||
WebIDL::ExceptionOr<String> atob(String const& data) const;
|
||||
void queue_microtask(WebIDL::CallbackType&);
|
||||
WebIDL::ExceptionOr<JS::Value> structured_clone(JS::Value, StructuredSerializeOptions const&) const;
|
||||
JS::NonnullGCPtr<JS::Promise> fetch(Fetch::RequestInfo const&, Fetch::RequestInit const&) const;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue