回答編集履歴
1
ちょうせい
test
CHANGED
@@ -14,7 +14,9 @@
|
|
14
14
|
|
15
15
|
.then(dom=>[...dom.querySelectorAll('.loader > *')])
|
16
16
|
|
17
|
+
.then(arr=>arr.reduce((x,y)=>x.appendChild(y),document.createDocumentFragment()))
|
18
|
+
|
17
|
-
.then(
|
19
|
+
.then(frg=>box_01.appendChild(frg));
|
18
20
|
|
19
21
|
});
|
20
22
|
|