supportsCreateContextualFragment属性

bool supportsCreateContextualFragment

检查是否支持createContextualFragment。

另请参阅

实现

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