Skip to content
Snippets Groups Projects
Commit d5818214 authored by MeiMei's avatar MeiMei Committed by syuilo
Browse files

Fix 'URL is not defined' in MFM (#2782)

parent 77b441f1
No related branches found
No related tags found
No related merge requests found
const parse5 = require('parse5');
import { URL } from 'url';
export default function(html: string): string {
if (html == null) return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment