Open trssssrt opened 6 years ago
Are you running this on an older version of IE by any chance? You may need to require Enyo's Buffer
shim (or, apply your own).
I'm using Chrome.
How do I access Enyo's Buffer
?
Sorry, turns out I was having a bit of a brain fart. It was Blob
that we had polyfilled for older browsers. I think given that it's trying to access Buffer
that it is getting confused about being packed by our node build tools. Is there some way to force the library to use the browser version? Buffer
is a node concept.
Hey,
I apologize if this is posted in the wrong place, but looking at the XML-JS's Quick Start example we have
Converting back,
Which gives the following error:
Other than what's up there, I grabbed xml-js through
Thoughts?