New issue
Advanced search Search tips

Issue 700370 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug

Blocked on:
issue 700225
issue 701410
issue 701411



Sign in to add a comment

Support both sequences and single RequestInfos in the fetch() method

Project Member Reported by peter@chromium.org, Mar 10 2017

Issue description

Background Fetch defines the following method:

    Promise<BackgroundFetchRegistration> fetch(
        DOMString tag,
        (RequestInfo or sequence<RequestInfo>) requests,
        optional BackgroundFetchOptions options);

The `requests` argument is a typedef, but so is `RequestInfo`. Our bindings generator does not support nested typedefs. (See  Issue 700225 .)

For now I'll proceed with only supporting a sequence of RequestInfos, but we'll probably want to address this before shipping.
 
Blockedon: 701410
Blockedon: 701411

Comment 4 by peter@chromium.org, Mar 16 2017

Status: Fixed (was: Available)

Sign in to add a comment