1e0a3ceb74
The onPresence parsing was refactored to remove use of jQuery. This exposed three methods not available in react-native: ParentNode.children, ChildNode.remove, and document.querySelectorAll. The querySelectorAll change could be swapped for the already polyfilled querySelector, but children and remove had to be added. The polyfills are based on those supplied by MDN web docs, but modified to pass jitsi linting. |
||
---|---|---|
.. | ||
features | ||
.eslintrc.js | ||
index.native.js | ||
index.web.js |