JavaScript 支持情况

    客户端 ES6 API 支持情况

    微信小程序已经支持了绝大部分的 ES6 API,已支持的 API 如下(部分API依赖系统版本):

    ArrayiOS8iOS9iOS10Android
    copyWithin
    find
    findIndex
    fill
    entries
    keys
    values
    includes
    Array.from
    Array.of
    MathiOS8iOS9iOS10Android
    trunc
    sign
    cbrt
    clz32
    imul
    fround
    hypot
    expm1
    log1p
    log10
    log2
    sinh
    cosh
    tanh
    asinh
    acosh
    atanh
    OtheriOS8iOS9iOS10Android
    Symbol
    Set
    Map
    Proxy
    Reflect
    Promise