diff --git a/proposals/Proposal: add cookies.removeAll() method.md b/proposals/Proposal: add cookies.removeAll() method.md index 6fb2826c..397c487f 100644 --- a/proposals/Proposal: add cookies.removeAll() method.md +++ b/proposals/Proposal: add cookies.removeAll() method.md @@ -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`: +> +> 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.