blob: 9016277b73139d050e3d688c3f21cb40048464e2 (
plain)
1
2
3
4
5
6
7
8
|
"use strict";
test(() => {
assert_false('joinAdInterestGroup' in navigator, 'joinAdInterestGroup not available.');
assert_false('leaveAdInterestGroup' in navigator, 'leaveAdInterestGroup not available.');
assert_false('runAdAuction' in navigator, 'runAdAuction not available.');
assert_false('updateAdInterestGroups' in navigator, 'updateAdInterestGroups not available.');
}, "Fledge requires secure context.");
|