- Fix #120: Change
MediaRecorder.start
fromunit -> unit
to?timeslice: float -> unit
- Change
MediaRecorder.videoBitsPerSecond
fromuint64
touint32
kerams (by @kerams) - Change
MediaRecorder.audioBitsPerSecond
fromuint64
touint32
kerams (by @kerams) - Change
MediaRecorderOptions.audioBitsPerSecond
fromuint64
touint32
kerams (by @kerams) - Change
MediaRecorderOptions.videoBitsPerSecond
fromuint64
touint32
kerams (by @kerams) - Change
MediaRecorderOptions.bitsPerSecond
fromuint64
touint32
kerams (by @kerams)
- Add
tags
to make binding displayed on Fable.Packages
- Add
MediaRecorder.isTypeSupported
(by @kerams)
- Unreleased because, I forgot to pulling the changes before releasing...
- Add Global attribute to global interfaces @chkn
- Initial release