Skip to content

Commit

Permalink
見出しを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 authored Aug 5, 2024
1 parent 2dcff17 commit d5426b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/ja/web/api/window/requestidlecallback/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ requestIdleCallback(callback, options)

- `timeout`:このパラメータに指定された時間(ミリ秒)が経過してもコールバックがまだ実行されていない場合、(パフォーマンスに影響を与える可能性があっても)コールバックを実行するタスクがイベントループにキューイングされます。 `timeout` が正の数値でない場合は無視されます。

### 返り値
### 返値

コールバックをキャンセルする時に {{domxref("Window.cancelIdleCallback()")}} メソッドに渡す ID を返します。

##

[Cooperative Scheduling of Background Tasks API](/ja/docs/Web/API/Background_Tasks_API)の記事で、[例を一式](/ja/docs/Web/API/Background_Tasks_API#Example)紹介しています。

## 仕様
## 仕様書

{{Specifications}}

## ブラウザ互換性
## ブラウザーの互換性

{{Compat}}

Expand Down

0 comments on commit d5426b5

Please sign in to comment.