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