blob: 2ddc075be1ccf56ed91e9bcf6dd435e2f60e8a31 [file] [log] [blame]
// Copyright 2019 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://github.com/rknoll/content-index
dictionary ContentIndexEventInit : ExtendableEventInit {
required DOMString id;
};