From 1c7ffcf57c35e3583fd6d4c86dec32ef5aa4a986 Mon Sep 17 00:00:00 2001 From: Aaron Selya Date: Wed, 2 Oct 2024 14:12:04 -0400 Subject: [PATCH] Update Proposal: add cookies.removeAll() method.md Add return --- proposals/Proposal: add cookies.removeAll() method.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.