Skip to content

Commit 6c14633

Browse files
committed
delete chrome only Navigator.joinAdInterestGroup api
1 parent 6765633 commit 6c14633

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/client/dom/navigator.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.Navigator.prototype.joinAdInterestGroup;
6+
}

0 commit comments

Comments
 (0)