jindw / xmldom

A PURE JS W3C Standard based(XML DOM Level2 CORE) DOMParser and XMLSerializer.
Other
819 stars 265 forks source link

Proposed fix for issue#222 in original project, https://github.com/ji… #223

Open luisespinal opened 7 years ago

luisespinal commented 7 years ago

Hi, I would like to propose this code change as a solution to issue #222

It enables DOMParser to work when instantiated outside a promise or callback that uses it.