Function: applyMeta()
Function: applyMeta()
function applyMeta(document, meta): void;
Apply meta tags to the document document.head.
Parameters
document
Document
The document object.
meta
HTMLMetaDescriptor
The meta tag descriptor.
Returns
void
function applyMeta(document, meta): void;
Apply meta tags to the document document.head.
Document
The document object.
HTMLMetaDescriptor
The meta tag descriptor.
void