scramjet / src /client /dom /mediaDevices.ts
soiz1's picture
Upload 150 files
bee6636 verified
raw
history blame contribute delete
220 Bytes
import { ScramjetClient } from "../client";
export default function (client: ScramjetClient, self: Self) {
//@ts-expect-error chrome only untyped api
delete self.MediaDevices.prototype.setCaptureHandleConfig;
}