Definition
Trusted Types defines TrustedHTML
[Exposed=(Window,Worker)]
interface TrustedHTML {
stringifier;
DOMString toJSON();
};
Methods and attributes that return objects implementing TrustedHTML
Referring IDL interfaces/dictionaries
Referring specifications
- HTML Standard refers to
TrustedHTML