mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Make StorageKey serializable over IPC
This commit is contained in:
committed by
Shannon Booth
parent
aca463883f
commit
98ca5e0635
Notes:
github-actions[bot]
2026-04-14 16:44:37 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/98ca5e06357 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8865
@@ -51,3 +51,13 @@ struct Traits<Web::StorageAPI::StorageKey> : public DefaultTraits<Web::StorageAP
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
namespace IPC {
|
||||
|
||||
template<>
|
||||
WEB_API ErrorOr<void> encode(Encoder&, Web::StorageAPI::StorageKey const&);
|
||||
|
||||
template<>
|
||||
WEB_API ErrorOr<Web::StorageAPI::StorageKey> decode(Decoder&);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user