質問編集履歴

2

a

2021/11/02 14:01

投稿

Hinoarashi.
Hinoarashi.

スコア76

test CHANGED
File without changes
test CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
 
48
48
 
49
- async function fifteenSecondTimeout() {
49
+ async function threeSecondTimeout() {
50
50
 
51
51
  await offVideoControls();
52
52
 
@@ -76,7 +76,7 @@
76
76
 
77
77
        setUpVideoControls();
78
78
 
79
-       fifteenSecondTimeout(); //↑のfunctionを呼び出し
79
+       threeSecondTimeout(); //↑のfunctionを呼び出し
80
80
 
81
81
      }}>
82
82
 

1

2021/11/02 14:01

投稿

Hinoarashi.
Hinoarashi.

スコア76

test CHANGED
@@ -1 +1 @@
1
- 【ReactNative】setTimeoutを複数実行したとき、前回のsetTimeoutの秒数を上書きしたい
1
+ 【ReactNative】setTimeoutを複数実行したとき、前回のsetTimeoutの秒数を上書きしたい
test CHANGED
File without changes