书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 1242 个相关结果.
  • Model.init()

    Model.init() Parameters Example: Model.init() Parameters [callback] «Function» This function is responsible for building indexes , unless autoIndex is turned off. Mon...
  • .resolves

    .resolves Use resolves to unwrap the value of a fulfilled promise so any other matcher can be chained. If the promise is rejected the assertion fails. For example, this code te...
  • 异步示例

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

    异步示例 .resolves async /await 错误处理 .rejects 异步示例 首先, 像 Getting Started 里面所说的那样, 启用babel的支持 Let’s implement a module that fetches user data from an API and returns the use...
  • Using with puppeteer

    Use jest-puppeteer Preset Custom example without jest-puppeteer preset With the Global Setup/Teardown and Async Test Environment APIs, Jest can work smoothly with puppeteer . ...
  • Promise 对象

    Promise 对象 概述 Promise 对象的状态 Promise 构造函数 Promise.prototype.then() then() 用法辨析 实例:图片加载 小结 微任务 参考链接 Promise 对象 概述 Promise 对象是 JavaScript 的异步操作解决方案,为异步操作提供统一接口。它起到代理作用(...
  • Hooks

    Hooks Quick Example Hook functions Hook context context.app context.service context.path context.method context.type context.params context.id context.data context.error ...
  • ipcRenderer

    ipcRenderer 方法 ipcRenderer.on(channel, listener) ipcRenderer.once(channel, listener) ipcRenderer.removeListener(channel, listener) ipcRenderer.removeAllListeners(channel)...
  • TypeScript 2.4

    TypeScript 2.4 弱类型检测 推断返回值的类型 更严格的回调函数参数变化 Promises (嵌套)回调 更严格的泛型函数检查 从上下文类型中推荐类型参数 TypeScript 2.4 完整的破坏性改动列表请到这里查看:breaking change issues 。 弱类型检测 TypeScript 2.4引入了“弱...
  • TypeScript 2.4

    TypeScript 2.4 弱类型检测 推断返回值的类型 更严格的回调函数参数变化 Promises (嵌套)回调 更严格的泛型函数检查 从上下文类型中推荐类型参数 TypeScript 2.4 完整的破坏性改动列表请到这里查看:breaking change issues 。 弱类型检测 TypeScript 2.4引入了“弱类型...