← All changelog entries

Improved Debugging for Permissions-Policy Restrictions

Improvement
  1. We’re now using the Permissions API to detect whether or not the camera and microphone access is denied (by the user, or by a Permissions-Policy) and we print the result in the console log.
  2. New console log when precheck execution is blocked by the sync-xhr Permissions-Policy
  3. Documented Permissions-Policy requirements