このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。

View in English Always switch to English

Navigator: scheduling プロパティ

Deprecated

Avoid using this feature in new projects. The navigator.scheduling.isInputPending() method may incorrectly return false and is not the only case where you might expect to yield. This feature may be a candidate for removal from web standards or browsers.

Consider using the following features instead: Scheduler API.

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

schedulingNavigator インターフェイスの読み取り専用プロパティで、現在の文書の Scheduling オブジェクトを返します。このオブジェクトは、スケジュールタスクを制御するためのメソッドやプロパティを提供します。

Scheduling オブジェクトです。

完全な例については Scheduling.isInputPending() のページを参照してください。

仕様書

仕様書
Early detection of input events
# dom-navigator-scheduling

ブラウザーの互換性

関連情報