Files
Brian WilsonandGitHub c16059e932 Match chrome.tabCapture.CaptureOptions with IDL definition (#42378)
In both the documentation and the IDL for tabCapture chrome uses
the confusing name `MediaStreamConstraint` which is not similar to
the actual `MediaStreamConstraints` browser type.  In the IDL the
documentation claims (incorrectly) that it's MediaTrackConstraints,
but there are additional undocumented supported fields so the type
ends up as `object`:

See:

https://chromium.googlesource.com/chromium/src/+/b79156a434f215444989be10c007a1a992280108/chrome/common/extensions/api/tab_capture.idl#27
2020-02-19 14:30:10 -08:00
..