Skip to content

Commit 7aa5841

Browse files
committed
docs: remove incorrect note about batch processing
1 parent 608704d commit 7aa5841

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/_guide/actions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ class HelloWorldElement extends HTMLElement {
162162

163163
Catalyst automatically listens for elements that are dynamically injected into the DOM, and will bind any element's `data-action` attributes. It does this by calling `listenForBind(controller.ownerDocument)`. If for some reason you need to observe other documents (such as mutations within an iframe), then you can call the `listenForBind` manually, passing a `Node` to listen to DOM mutations on.
164164

165-
Batch processing binds events in small batches to maintain UI stability (using `requestAnimationFrame` behind the scenes).
166-
167165
```js
168166
import {listenForBind} from '@github/catalyst'
169167

0 commit comments

Comments
 (0)