blob: b6115635157c749893c8fc691744e7181de8a19e [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/wicg/trusted-types
typedef (USVString or TrustedURL) URLString;
[
Exposed=Window,
RuntimeEnabled=TrustedDOMTypes
] interface TrustedURL {
stringifier;
};