blob: 26c20e8c3166a656808f64c75b0269cdc080bbf6 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://wicg.github.io/background-fetch/#dictdef-backgroundfetchuioptions
dictionary BackgroundFetchUIOptions {
sequence<ImageResource> icons = [];
DOMString? title;
};