Skip to content

Commit

Permalink
Deals Featuer Detection (WICG#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensenPaul authored Sep 4, 2024
1 parent e409744 commit 56fef80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PA_Feature_Detecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport(
"realTimeReporting")
```

## Selectable Reporting IDs

From context of a web page:
```
navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport(
"selectableReportingIds")
```

## 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
Expand Down

0 comments on commit 56fef80

Please sign in to comment.