mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
WebContent: Create a temporary execution context to parse WebDriver JSON
This commit is contained in:
parent
b5aa8f65b1
commit
264b2827cd
Notes:
github-actions[bot]
2024-09-29 09:49:41 +00:00
Author: https://github.com/trflynn89
Commit: 264b2827cd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1557
Reviewed-by: https://github.com/AtkinsSJ
2 changed files with 5 additions and 1 deletions
|
@ -128,7 +128,7 @@ private:
|
|||
ByteString script;
|
||||
JS::MarkedVector<JS::Value> arguments;
|
||||
};
|
||||
static ErrorOr<ScriptArguments, Web::WebDriver::Error> extract_the_script_arguments_from_a_request(JS::VM&, JsonValue const& payload);
|
||||
ErrorOr<ScriptArguments, Web::WebDriver::Error> extract_the_script_arguments_from_a_request(JS::VM&, JsonValue const& payload);
|
||||
void delete_cookies(Optional<StringView> const& name = {});
|
||||
|
||||
// https://w3c.github.io/webdriver/#dfn-page-load-strategy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue