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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -143,4 +143,4 @@ Use whatever you'd like, but there's a few advantages with this approach over Ta
143
143
144
144
## Technical FAQ
145
145
* Why do you use `QuerySelectorAll()` and not just process the `MutationObserver` results directly?
146
-
* This will work until you begin recieving subtree mutations (ex: DOM swap, htmx, ajax, jquery). MutationObserver currently requires you to walk all subtree child elements to not miss a `<style>` which is not as performant as QSA when processing hundreds of `<style>`.
146
+
* This will work until you begin recieving subtree mutations (ex: DOM swap, htmx, ajax, jquery). MutationObserver currently requires you to walk all subtree child elements to not miss a `<style>` which is not as performant as QSA when scanning thousands of elements.
0 commit comments