xmldom icon indicating copy to clipboard operation
xmldom copied to clipboard

Use browser's implementation when this module is loaded by browserify

Open ksobue opened this issue 9 years ago • 1 comments

When this module is loaded by browserify, use browser's XML implementation instead.

Node module which depends 'xmldom' can run on Node.js and browsers.

ksobue avatar Jan 21 '16 06:01 ksobue

why? do you know browser has web workers?

shaqueoneal avatar Jan 04 '17 02:01 shaqueoneal

Hi,

could it be possible to prioritize this pull request please.

I would not like to implement another workaround like https://yarnpkg.com/en/package/get-xml or https://github.com/tyrasd/jxon/blob/master/jxon.js to manage browserify.

Thanks

emmkimme avatar Jun 15 '17 12:06 emmkimme