DOMParser constructor

DOMParser()

Implementation

factory DOMParser() =>
    WebRuntime.current.createWebObject<DOMParser>('DOMParser', []);