We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a614cb commit 6765633Copy full SHA for 6765633
src/client/dom/mediaDevices.ts
@@ -0,0 +1,6 @@
1
+import { ScramjetClient } from "../client";
2
+
3
+export default function (client: ScramjetClient, self: Self) {
4
+ //@ts-expect-error chrome only untyped api
5
+ delete self.MediaDevices.prototype.setCaptureHandleConfig;
6
+}
0 commit comments