Add missing headers option to HtmlValidator (#39313)

`headers` is documented in the html-validator README,
https://github.com/zrrrzzt/html-validator#readme .
This commit is contained in:
David Dooling
2019-10-22 13:46:20 -07:00
committed by Wesley Wigham
parent d4ee0e98f3
commit f02a0551df
+1
View File
@@ -24,6 +24,7 @@ declare namespace HtmlValidator {
ignore?: string | string[];
isLocal?: boolean;
isFragment?: boolean;
headers?: Record<string, string>;
}
interface OptionsForHtmlFileAsValidationTarget extends BasicOptions {