Use WHATWG API

> New application code should use the WHATWG API.
This commit is contained in:
syuilo
2019-06-18 15:27:13 +09:00
parent 736fdabc1d
commit 1331f0b953
8 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
import { parseFragment, DefaultTreeDocumentFragment } from 'parse5';
import { URL } from 'url';
import { urlRegex } from './prelude';
export function fromHtml(html: string): string {