Book
  • Introduction
  • Web API
    • TODO
    • Media Source Extentions
      • Interfaces
    • WebRTC
      • 架构概述
    • Intersection Observer API
      • 1.Concepts&Usage
      • 2.Polyfill
    • IndexedDB
      • Simple introduction
      • localforage
    • getUserMedia
      • introduction
  • Skills
    • TODO
    • Simple eventEmitter
Powered by GitBook
On this page

Was this helpful?

  1. Web API

Media Source Extentions

The Media Source Extensions API (MSE) provides functionality enabling plugin-free web-based streaming media. Using MSE, media streams can be created via JavaScript, and played using and <video> elements.

媒体源扩展 API(MSE) 提供了实现无插件且基于 Web 的流媒体的功能。使用 MSE,媒体串流能够通过 JavaScript 创建,并且能通过使用 和 元素进行播放。

PreviousTODONextInterfaces

Last updated 6 years ago

Was this helpful?