From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- remote/cdp/domains/parent/Network.sys.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'remote/cdp/domains/parent/Network.sys.mjs') diff --git a/remote/cdp/domains/parent/Network.sys.mjs b/remote/cdp/domains/parent/Network.sys.mjs index 4d36cf994e..18ce65e0c3 100644 --- a/remote/cdp/domains/parent/Network.sys.mjs +++ b/remote/cdp/domains/parent/Network.sys.mjs @@ -146,12 +146,10 @@ export class Network extends Domain { * * Depending on the backend support, will return detailed cookie information in the cookies field. * - * @param {object} options - * * @returns {Array} * Array of cookie objects. */ - async getAllCookies(options = {}) { + async getAllCookies() { const cookies = []; for (const cookie of Services.cookies.cookies) { cookies.push(_buildCookie(cookie)); -- cgit v1.2.3