Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章标签:Interface

找到 19 篇文档

  • Web/API/AbstractWorker AbstractWorker 接口为所有的worker类提供了虚方法及虚属性使其成为 Worker 或者 SharedWorker .
  • Web/API/Body The Body mixin of the Fetch API represents the body of the response/request, allowing you to ...
  • Web/API/Cache The Cache interface provides a storage mechanism for Request / Response object pairs that are ...
  • Web/API/CloseEvent CloseEvent 会在连接关闭时发送给使用 WebSockets 的客户端. 它在 WebSocket 对象的 onclose 事件监听器中使用.
  • Web/API/DeviceLightEvent The DeviceLightEvent provides web developers with information from photo sensors or similiar ...
  • Web/API/GlobalFetch 当发生网络错误时, fetch() 的promise对象会返回一个 TypeError ...
  • Web/API/HTMLDialogElement HTMLDialogElement 接口提供操作 dialog 元素的方法.。此接口的方法和属性继承自 HTMLElement 接口。
  • Web/API/HTMLInputElement The HTMLInputElement interface provides special properties and methods (beyond the regular ...
  • Web/API/ImageBitmap ImageBitmap 接口表示能够被绘制到 canvas 上的位图图像,具有低延迟的特性。运用 createImageBitmap() 工厂方法模式,它可以从多种源中生成。 ...
  • Web/API/Location Location 接口表示其关联的对象所展示的页面的地址等信息,对该对象的修改会反映到关联的对象上。 Document 和 Window 接口都有一个关联的 Location ,可以分别用 ...
  • Web/API/MediaDevices The MediaDevices interface provides access to connected media input devices like cameras and ...
  • Web/API/NodeList NodeList 对象是一个节点的集合,是由 Node.childNodes 和 document.querySelectorAll 返回的.
  • Web/API/PushManager The PushManager interface of the Push API provides a way to receive notifications from ...
  • Web/API/Response Fetch API 的Response接口呈现了对一次请求的响应数据
  • Web/API/Storage 作为 Web Storage API 的接口, Storage 提供了访问特定域名下的会话存储(session storage)或本地存储(local ...
  • Web/API/WindowEventHandlers WindowEventHandlers mixin describes the event handlers common to several interfaces like Window, ...
  • Web/API/WindowTimers WindowTimers 接口包含了四个用来设定和清除定时器的实用方法。
  • Web/API/WorkerGlobalScope The WorkerGlobalScope interface of the Web Workers API is an interface representing the scope of ...
  • Web/Events/mousemove 当用户通过定位设备(一般为鼠标)拖动一个元素的时候,会激发mousemove事件。