Deprecated
Use decode
with the mode
set to Strict
.
import { decodeStrict } from "https://deno.land/x/html_parser@v0.1.3/src/utils/entities/mod.ts";
Decodes a string with entities. Does not allow missing trailing semicolons for entities.
Parameters
optional
options: DecodingOptions | EntityLevel = [UNSUPPORTED]Decoding options.