mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Implement Worker.postMessage(message, transfer)
This commit is contained in:
parent
755b63132b
commit
bf81e2fd64
Notes:
github-actions[bot]
2024-10-28 22:33:09 +00:00
Author: https://github.com/shannonbooth
Commit: bf81e2fd64
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2022
3 changed files with 12 additions and 2 deletions
|
@ -36,6 +36,7 @@ public:
|
|||
WebIDL::ExceptionOr<void> terminate();
|
||||
|
||||
WebIDL::ExceptionOr<void> post_message(JS::Value message, StructuredSerializeOptions const&);
|
||||
WebIDL::ExceptionOr<void> post_message(JS::Value message, Vector<JS::Handle<JS::Object>> const& transfer);
|
||||
|
||||
virtual ~Worker() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue