blob: 0e9a063c54cb5525d466c95df06130d63635d76e (
plain)
1
2
3
4
5
6
7
8
9
10
|
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Global Privacy Control (GPC) (https://privacycg.github.io/gpc-spec/)
interface mixin GlobalPrivacyControl {
readonly attribute boolean globalPrivacyControl;
};
Navigator includes GlobalPrivacyControl;
WorkerNavigator includes GlobalPrivacyControl;
|