blob: cf3b6d79afe64018072b0814632da773d23494ad [file] [log] [blame]
// Copyright 2017 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/whatwg/html/pull/2373/
//
// TODO(mkwst): Update the link iff this lands.
[
NoInterfaceObject
] interface NoncedElement {
[CEReactions] attribute DOMString nonce;
};