canIUse

用来查询某个方法chameleon是否支持。调用此方法,并传入你想知道是否支持的方法名。

使用示例

cml.canIUse('showToast').then(() => {
  // 支持
}, () => {
  // 不支持
};

results matching ""

    No results matching ""