Web/API/DocumentFragment/DocumentFragment

From Get docs

This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.


The DocumentFragment() constructor returns a new, empty DocumentFragment object .

Syntax

fragment = new DocumentFragment()

Example

let fragment = new DocumentFragment();

Specification

Specification Status Comment
DOMThe definition of 'DocumentFragment()' in that specification. Living Standard Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

DocumentFragment() constructor

Experimental'

Chrome

Full support 28

Edge

Full support ≤18

Firefox

Full support 24

IE

No support No

Opera

Full support 15

Safari

Full support 8

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

Full support 24

Opera Android

Full support Yes

Safari iOS

Full support 8

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support
No support  
No support
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.


See also