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
fix(xml-builder): move DOMParser init from module level to function call (#7426)
Remove DOMParser initialization import side-effect.
Prevents the entire lib from breaking in environments where global DOMParser is not available and XML parsing is not required.
0 commit comments