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