blob: 60259667b7aed1019af9d1456a0d5ce24c12969b [file] [log] [blame]
// Copyright 2016 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.
[
RuntimeEnabled=CustomElementsV1,
GarbageCollected,
] interface CustomElementsRegistry {
[CallWith=ScriptState, CustomElementCallbacks, RaisesException] void define(DOMString name, Function constructor, optional ElementRegistrationOptions options);
};