kripken / xml.js

Port of libxml to JavaScript using Emscripten
Other
174 stars 67 forks source link

Browser support #24

Open pellejacobs opened 6 years ago

pellejacobs commented 6 years ago

Does the npm published package still support browsers?

The compiled code seems to include code like process.platform and even a check whether window === undefined.

NullPointer26 commented 1 year ago

Hi @pellejacobs, were you able to use this package for browser applications?