supportsCreateContextualFragment property
Checks if createContextualFragment is supported.
See also:
Implementation
static bool get supportsCreateContextualFragment =>
JS('bool', '("createContextualFragment" in window.Range.prototype)');
Checks if createContextualFragment is supported.
See also:
static bool get supportsCreateContextualFragment =>
JS('bool', '("createContextualFragment" in window.Range.prototype)');