From 75066fddca11fed5cc204b8b1c87f6dab302c393 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Wed, 13 Sep 2023 11:27:22 -0700 Subject: [PATCH] Fix issue 29094: request parameter to BackgroundFetchRegistration: matchAll() is optional --- .../web/api/backgroundfetchregistration/matchall/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/api/backgroundfetchregistration/matchall/index.md b/files/en-us/web/api/backgroundfetchregistration/matchall/index.md index 750101cbe2df993..84de988f3929f10 100644 --- a/files/en-us/web/api/backgroundfetchregistration/matchall/index.md +++ b/files/en-us/web/api/backgroundfetchregistration/matchall/index.md @@ -15,15 +15,16 @@ The **`matchAll()`** method of the {{domxref("BackgroundFetchRegistration")}} in ## Syntax ```js-nolint +matchAll() matchAll(request) matchAll(request,options) ``` ### Parameters -- `request` +- `request` {{optional_inline}} - : The {{domxref("Request")}} for which you are attempting to find records. - This can be a {{domxref("Request")}} object or a URL. + This can be a {{domxref("Request")}} object or a URL. If this parameter is omitted, all records are included in the result. - `options` {{optional_inline}} - : An object that sets options for the `match` operation. The available