Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/html_parser/src/deps.ts>assertions.unimplemented

Port of fb55/htmlparser2 for Deno
Latest
function assertions.unimplemented
import { assertions } from "https://deno.land/x/html_parser@v0.1.3/src/deps.ts";
const { unimplemented } = assertions;

Use this to stub out methods that will throw when invoked.

Parameters

optional
msg: string

Returns

never