Skip to content

Commit 73bb1d6

Browse files
Update time-slicing.md
1 parent 91d1661 commit 73bb1d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apis/time-slicing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Time Slicing is a generic way to ensure that high-priority updates don’t get b
1111

1212
## Important Concepts
1313

14-
DOM Updates have **high** and **low** priority.
15-
14+
DOM Updates have a range of priority. Most things should be at Normal, then bump up and down accordingly with heuristics:
1615

1716
- `UserBlockingPriority` e.g. for Updates involving user input (e.g. text inputs)
1817
- `ImmediatePriority`

0 commit comments

Comments
 (0)