DocumentFragment: DocumentFragment() コンストラクター
Baseline
広く利用可能
この機能は広く実装されており、多くのバージョンの端末やブラウザーで動作します。2018年4月以降、すべてのブラウザーで利用可能です。
DocumentFragment() コンストラクターは、新しい空の DocumentFragment オブジェクトを返します。
構文
js
new DocumentFragment()
引数
なし。
返値
新しい DocumentFragment オブジェクト。
仕様書
| 仕様書 |
|---|
| DOM> # ref-for-dom-documentfragment-documentfragment①> |