Closed
Description
lib Update Request
Configuration Check
My compilation target is ES2015
and my lib is the default
.
Missing / Incorrect Definition
HTMLMediaElement.preservesPitch is missing from the types. It is supported in nearly every browser.
Sample Code
// throws error
videoElement.preservesPitch = true
Documentation Link
Documentation: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/preservesPitch