File size: 220 Bytes
bee6636
 
 
 
 
 
1
2
3
4
5
6
7
import { ScramjetClient } from "../client";

export default function (client: ScramjetClient, self: Self) {
	//@ts-expect-error chrome only untyped api
	delete self.MediaDevices.prototype.setCaptureHandleConfig;
}