Function: applyHeadContextToDom()
Function: applyHeadContextToDom()
function applyHeadContextToDom(document, context): void;
Apply the head context to the document document.head.
Parameters
document
Document
The document object.
context
HeadContext
The head context containing meta, link, script, and style descriptors.
Returns
void