Variable KeysRdfParseHtmlScriptConst

KeysRdfParseHtmlScript: {
    extractAllScripts: ActionContextKey<boolean>;
    processingHtmlScript: ActionContextKey<boolean>;
} = ...

Type declaration

  • extractAllScripts: ActionContextKey<boolean>

    If all HTML script tags must be considered.

  • processingHtmlScript: ActionContextKey<boolean>

    An internal context flag to determine if the engine is already processing an HTML script tag.