integrity property
String
get
integrity
The integrity
property of the HTMLLinkElement interface is a
string containing inline metadata that a browser can use to verify that a
fetched resource has been delivered without unexpected manipulation.
It reflects the integrity
attribute of the link
element.
Implementation
external String get integrity;
set
integrity
(String value)
Implementation
external set integrity(String value);