Skip to content

Commit 379f04c

Browse files
authored
Update README.md
1 parent 2068f2c commit 379f04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Function to derive the job priority of the given item. Higher priority values ge
618618
schedulingCallback = requestAnimationFrame : ( cb : Function ) => void
619619
```
620620

621-
A function used for scheduling when to run jobs next so more work doesn't happen in a single frame than there is time for -- defaults to the next frame. This should be overriden in scenarios where requestAnimationFrame is not reliable, such as when running in WebXR.
621+
A function used for scheduling when to run jobs next so more work doesn't happen in a single frame than there is time for -- defaults to the next frame. This should be overriden in scenarios where requestAnimationFrame is not reliable, such as when running in WebXR. See the VR demo for one example on how to handle this with WebXR.
622622

623623
## LRUCache
624624

0 commit comments

Comments
 (0)