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
Is your feature request related to a problem? Please describe.
I'm using xmlbuilder2 in a node application for a SAML implementation, the Node implementation used by xmlbuilder2 differs from the available Node interface accessible through the dom types so it results in a type issue.
Describe the solution you'd like
It would be helpful if the Node interface is exposed for use in node applications.
Describe alternatives you've considered
I've considered casting, but that's an ugly mess I'd like to avoid since casting is prone to lead to errors.
Additional context
The text was updated successfully, but these errors were encountered:
@StefanSafeguard, I'm closing this issue as I believe it was addressed (though not in exactly the way you requested) in v3.1.1. Please reopen with a code snippet and/or more information if something further is required.
Is your feature request related to a problem? Please describe.
I'm using xmlbuilder2 in a node application for a SAML implementation, the Node implementation used by xmlbuilder2 differs from the available Node interface accessible through the dom types so it results in a type issue.
Describe the solution you'd like
It would be helpful if the Node interface is exposed for use in node applications.
Describe alternatives you've considered
I've considered casting, but that's an ugly mess I'd like to avoid since casting is prone to lead to errors.
Additional context
The text was updated successfully, but these errors were encountered: