supportsCreateContextualFragment 属性

bool supportsCreateContextualFragment

检查是否支持 createContextualFragment。

另请参阅

实现

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