supportsCreateContextualFragment property

bool supportsCreateContextualFragment

Checks if createContextualFragment is supported.

See also:

createContextualFragment

Implementation

static bool get supportsCreateContextualFragment =>
    JS('bool', '("createContextualFragment" in window.Range.prototype)');