tree: c3193a437129b839dcbe21ea2e8d87f28a75e84c [path history] [tgz]
  1. images/
  2. BUILD.gn
  3. dom_scheduler.cc
  4. dom_scheduler.h
  5. dom_task.cc
  6. dom_task.h
  7. dom_task_controller.cc
  8. dom_task_controller.h
  9. dom_task_signal.cc
  10. dom_task_signal.h
  11. idls.gni
  12. OWNERS
  13. README.md
  14. scheduler.idl
  15. scheduler_post_task_callback.idl
  16. scheduler_post_task_options.idl
  17. task_controller.idl
  18. task_signal.idl
  19. window_scheduler.idl
chromium/src/third_party/blink/renderer/modules/scheduler/README.md

renderer/core/scheduler

This directory contains the Main Thread Scheduling APIs (window.scheduler).

Note: These APIs are experimental and the details are still in flux.

APIs Implemented

scheduler.postTask()[explainer, design doc]

scheduler.postTask()

For the full API shape and general design, please refer to the (active) design doc.