integrity property

String get integrity

The integrity property of the HTMLScriptElement interface is a string that contains 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 script element.

Implementation

external String get integrity;
set integrity (String value)

Implementation

external set integrity(String value);