SafeScript
Marker interface for a value that's safe to use as JavaScript.
interface SafeScript extends SafeValue {
// 继承自 platform-browser/SafeValue
}
Marker interface for a value that's safe to use as JavaScript.
interface SafeScript extends SafeValue {
// 继承自 platform-browser/SafeValue
}