核心库

作者: lixingyang | 来源:发表于2020-11-27 18:02 被阅读0次

    core/util/env.js

    // Brower environment sniffing
    // 判断环境
    inBrower
    inWeex
    weexPlatform
    UA
    isIE
    isIE9
    isEdge
    isIOS
    isChrome
    isPhantomJS
    isFF
    

    core/util/debug.js

    if(process.env.NODE_ENV !== 'production')
    formatComponentName
    generateComponentTrace
    

    core/util/error.js

    handleError
    invokeWithErrorHandling
    globalHandleError
    logError
    

    相关文章

      网友评论

          本文标题:核心库

          本文链接:https://www.haomeiwen.com/subject/iacxwktx.html