Interface: IParserOptions
Hierarchy​
IParserOptions↳
IOptions
Properties​
fetch​
• Optional fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
Type declaration​
â–¸ (input, init?): Promise<Response>
WHATWG-compatible fetch function.
Parameters​
| Name | Type |
|---|---|
input | RequestInfo | URL |
init? | RequestInit |
Returns​
Promise<Response>
Defined in​
DOMParser​
• Optional DOMParser: () => DOMParser
Type declaration​
• new DOMParser(): DOMParser
XML/HTML parser from string into DOM Document.
Returns​
DOMParser