We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d1661 commit 73bb1d6Copy full SHA for 73bb1d6
apis/time-slicing.md
@@ -11,8 +11,7 @@ Time Slicing is a generic way to ensure that high-priority updates don’t get b
11
12
## Important Concepts
13
14
-DOM Updates have **high** and **low** priority.
15
-
+DOM Updates have a range of priority. Most things should be at Normal, then bump up and down accordingly with heuristics:
16
17
- `UserBlockingPriority` e.g. for Updates involving user input (e.g. text inputs)
18
- `ImmediatePriority`
0 commit comments