From a235f92e2fbaae293dae080d0acb9635f29004db Mon Sep 17 00:00:00 2001 From: David Dabbs Date: Thu, 6 Feb 2025 14:19:21 -0600 Subject: [PATCH] Update PA_Feature_Detecting.md (add maxGroupLifetimeMs) Update PA_Feature_Detecting.md (add maxGroupLifetimeMs) --- PA_Feature_Detecting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PA_Feature_Detecting.md b/PA_Feature_Detecting.md index 7a8f75c9a..e6018da3e 100644 --- a/PA_Feature_Detecting.md +++ b/PA_Feature_Detecting.md @@ -164,6 +164,14 @@ navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport( "trustedSignalsKVv2") ``` +## Maximum Interest Group Lifetime (in milliseconds) + +From context of a web page: +``` +navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport( + "maxGroupLifetimeMs") +``` + ## Getting browser-side detectable features as an object Sometimes it's desirable to get status of all features detectable via `queryFeatureSupport` in a forward-compatible way. Sufficiently recent versions provide this functionality via