Skip to content

Commit

Permalink
Update proposals/Proposal: add cookies.removeAll() method.md
Browse files Browse the repository at this point in the history
Updating parameters to explicitly reference cookies.remove

Co-authored-by: Rob Wu <[email protected]>
  • Loading branch information
aselya and Rob--W authored Oct 1, 2024
1 parent e34be81 commit e8dae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/Proposal: add cookies.removeAll() method.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ details // object
)
```
##### Parameters
An `object` containing information to identify the cookie(s) to remove. It contains the following properties:
An `object` containing information to identify the cookie(s) to remove. It contains the following properties, based on the properties recognized by `cookies.remove`:

>[`name`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/cookies/remove#name) optional:
>
Expand Down

0 comments on commit e8dae2e

Please sign in to comment.