supportsCreateContextualFragment 属性
检查是否支持 createContextualFragment。
另请参阅
实现
static bool get supportsCreateContextualFragment =>
JS('bool', '("createContextualFragment" in window.Range.prototype)');
检查是否支持 createContextualFragment。
另请参阅
static bool get supportsCreateContextualFragment =>
JS('bool', '("createContextualFragment" in window.Range.prototype)');