SafeResourceUrl
一个标记性接口,用于表示一个值可以安全地用作 URL 以加载可执行代码。
Marker interface for a value that's safe to use as a URL to load executable code from.
interface SafeResourceUrl extends SafeValue {
// 继承自 platform-browser/SafeValue
}
一个标记性接口,用于表示一个值可以安全地用作 URL 以加载可执行代码。
Marker interface for a value that's safe to use as a URL to load executable code from.
interface SafeResourceUrl extends SafeValue {
// 继承自 platform-browser/SafeValue
}