Consent API #1

Merged
Jarek Rozanski merged 5 commits from feature/consent-registration into main 2025-01-29 20:28:22 +00:00
Showing only changes of commit 5687797a9e - Show all commits

View file

@ -206,9 +206,7 @@ Example usage:
import { useWideAngle } from '#imports'
const waa = useWideAngle();
waa.recordConsent('FHJ44111');
useWideAngle().recordConsent('FHJ44111');
</script>
```