Skip to content

Commit

Permalink
Update Proposal: add cookies.removeAll() method.md
Browse files Browse the repository at this point in the history
Add return
  • Loading branch information
aselya authored Oct 2, 2024
1 parent bf51fe9 commit 1c7ffcf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions proposals/Proposal: add cookies.removeAll() method.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ An `object` containing information to identify the cookie(s) to remove. It conta
>
>A `string` representing the URL associated with the cookie.
##### Return

> `Promise<Cookie[]>`:
>
> All the cookies that were removed. If list is empty then no cookies were removed.

### Behavior

The API will remove all cookies that match the `details` object parameter with the exception of the cases outlined in the implementation details.
Expand Down

0 comments on commit 1c7ffcf

Please sign in to comment.