SecurityContext
enum
A SecurityContext marks a location that has dangerous security implications, e.g. a DOM property
like innerHTML
that could cause Cross Site Scripting (XSS) security bugs when improperly
handled.
API
Description
enum SecurityContext {}
NONE
HTML
STYLE
SCRIPT
URL
RESOURCE_URL
Jump to details