Re: [whatwg/fullscreen] Report feature policy violations (#138)

The current implementation in Chrome has an `IsFeatureEnabled()` method which takes a bool that determines whether to report immediately on failure or not. There's also a separate `ReportFeaturePolicyViolation` method that can be called on its own if that's needed. Then it's up to the call sites for each feature to decide whether a failure is a reportable violation or not.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/pull/138#issuecomment-422054133

Received on Monday, 17 September 2018 15:15:50 UTC