blob: 73eb3bb9f6af68718715b85f526282bff7302d68 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://w3c.github.io/mediacapture-fromelement/#html-canvas-element-media-capture-extensions
[
ImplementedAs=HTMLCanvasElementCapture
] partial interface HTMLCanvasElement {
[RaisesException, CallWith=ScriptState] MediaStream captureStream (optional double frameRate);
};