书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 7201 个相关结果.
  • contentTracing

    contentTracing 方法 contentTracing.getCategories() contentTracing.startRecording(options) contentTracing.stopRecording([resultFilePath]) contentTracing.getTraceBufferUsage(...
  • 异步示例

    异步示例 .resolves async /await 错误处理 .rejects Version: 27.1 异步示例 首先, 像 Getting Started 里面所说的那样, 启用babel的支持 Let’s implement a module that fetches user data from an API and ...
  • 更多功能

    更多功能 如何将 callback 包装成 Promise 任务队列 更多功能 如何将 callback 包装成 Promise Node.js 本身提供的很多接口都是 callback 形式的,并且很多第三方库提供的接口也是 callback 形式的。但 ThinkJS 需要接口是 Promise 形式的,所以需要将 callback 形式...
  • Generators + Promises

    Generators + Promises Promise-Aware Generator Runner ES7: async and await ? Promise Concurrency in Generators Promises, Hidden Generators + Promises In our previous discus...
  • concatMap

    concatMap signature: concatMap(project: function, resultSelector: function): Observable Map values to inner observable, subscribe and emit in order. Examples Example 1: Demonstr...
  • RewardedVideoAd.load

    Promise RewardedVideoAd.load() 返回值 Promise Promise RewardedVideoAd.load() 加载激励视频广告。 返回值 Promise 激励视频广告加载数据的结果
  • SDK 文档(index)

    Cloud 属性 Symbol DYNAMIC_CURRENT_ENV openapi openapi 方法 Cloud.init() Cloud.callFunction(object: Object): Promise<Object> Cloud.database(): Database Cloud.CloudID(cloudID: stri...
  • Element

    Element 属性 element.tagName 方法 element.$ element.$$ element.size element.offset element.text element.attribute element.property element.wxml element.outerWxml element.val...
  • mergeMap

    mergeMap 签名: mergeMap(project: function: Observable, resultSelector: function: any, concurrent: number): Observable 映射成 observable 并发出值。 为什么使用 mergeMap ? 示例 示例 1: 使用 observable...
  • fs

    659 2018-06-21 《Tabris 中文文档》
    fs Extends NativeObject The fs object provides methods to read and write files. All methods are asynchronous and return a promise. Import this object with “const {fs} = requi...