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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# bulker
2
2
3
-
Query a [live](https://www.w3.org/TR/dom/#concept-collection-live)DOM collection and perform bulk manipulations with its elements.
3
+
Query a DOM collection and perform bulk manipulations with its elements.
4
4
5
-
Bulker queries are live and backed by [MutationObserver](https://developer.mozilla.org/en/docs/Web/API/MutationObserver). This means that on any DOM change underlying bulker collections are changed accordingly (and all [listeners](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener) are updated as well).
5
+
Bulker queries are [live](https://www.w3.org/TR/dom/#concept-collection-live) and backed by [MutationObserver](https://developer.mozilla.org/en/docs/Web/API/MutationObserver). This means that on any DOM change underlying bulker collections are changed accordingly (and all [listeners](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener) are updated as well).
0 commit comments