mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 01:00:05 +00:00
LibWeb+WebWorker: Add IPC messages to request and communicate shutdown
This commit is contained in:
parent
5d8784318d
commit
27ef9ffa8f
Notes:
sideshowbarker
2024-07-17 04:01:41 +09:00
Author: https://github.com/ADKaster
Commit: 27ef9ffa8f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/543
6 changed files with 25 additions and 0 deletions
|
@ -21,6 +21,10 @@ class WebWorkerClient final
|
|||
public:
|
||||
explicit WebWorkerClient(NonnullOwnPtr<Core::LocalSocket>);
|
||||
|
||||
virtual void did_close_worker() override;
|
||||
|
||||
Function<void()> on_worker_close;
|
||||
|
||||
IPC::File dup_socket();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue