mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Add webdriver deletecookies function
This commit is contained in:
parent
04c93c511b
commit
64961cc9c1
8 changed files with 60 additions and 1 deletions
|
@ -397,6 +397,7 @@ pub enum CoreResourceMsg {
|
|||
IpcSender<Vec<Serde<Cookie<'static>>>>,
|
||||
CookieSource,
|
||||
),
|
||||
DeleteCookies(ServoUrl),
|
||||
/// Get a history state by a given history state id
|
||||
GetHistoryState(HistoryStateId, IpcSender<Option<Vec<u8>>>),
|
||||
/// Set a history state for a given history state id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue