mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
This commit is contained in:
parent
e54837add5
commit
1ef48d50ff
12 changed files with 66 additions and 5 deletions
|
@ -25,4 +25,6 @@ endpoint WebContentClient = 90
|
|||
DidGetSource(URL url, String source) =|
|
||||
DidJSConsoleOutput(String method, String line) =|
|
||||
DidChangeFavicon(Gfx::ShareableBitmap favicon) =|
|
||||
DidRequestCookie(URL url) => (String cookie)
|
||||
DidSetCookie(URL url, String cookie) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue