You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please add the exports in domparser and dom for these internal classes/interfaces? This is minor change but there may be some potential threats I am not aware of.
Thanks.
Btw. when exporting these (modifying manually the exports), SaxonJS gave definite life signs under node js.
The text was updated successfully, but these errors were encountered:
During a (successful) implementation of SaxonJS with xmldom we needed the interface classes for the purpose of testing oNode instanceof Node.
https://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html says in its TOC
1.2. Fundamental Interfaces
Can you please add the exports in domparser and dom for these internal classes/interfaces? This is minor change but there may be some potential threats I am not aware of.
Thanks.
Btw. when exporting these (modifying manually the exports), SaxonJS gave definite life signs under node js.
The text was updated successfully, but these errors were encountered: