blob: a8f86e4e2a520955dbae04d97df218150403cad7 [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://github.com/wicg/trusted-types
typedef (DOMString or TrustedScript) ScriptString;
[
Exposed=Window,
RuntimeEnabled=TrustedDOMTypes
] interface TrustedScript {
stringifier;
};