strophe / strophejs

Strophe.js is an XMPP library for JavaScript
http://strophe.im/strophejs
MIT License
1.46k stars 365 forks source link

fix: parentElement not always available depending on context #714

Closed H-L closed 4 months ago

H-L commented 4 months ago

Adding a check to use parentNode when parentElement is not available (eg. in some Web Workers contexts)

Closes #711

jcbrand commented 4 months ago

Thanks