httpEquiv property
The HTMLMetaElement.httpEquiv property gets or sets the pragma
directive or an HTTP response header name for the
HTMLMetaElement.content attribute.
For more details on the possible values, see the
http-equiv
attribute.
Implementation
external String get httpEquiv;
Implementation
external set httpEquiv(String value);