Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define DisplayMediaStreamConstraints.selfBrowserSurface #216

Merged
merged 11 commits into from
Apr 7, 2022
Prev Previous commit
Next Next commit
Update index.html
Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
  • Loading branch information
eladalon1983 and jan-ivar committed Mar 28, 2022
commit 4ab2a4a47e1d7fa3f8f642ad09499be09804072f
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ <h2><dfn>CurrentTabPreferenceEnum</dfn></h2>
</div>
<pre class="idl">
enum CurrentTabPreferenceEnum {
"none",
"no-preference",
"include",
"exclude"
};
Expand Down