- From: Ian Clelland <notifications@github.com>
- Date: Mon, 17 Sep 2018 08:15:26 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 17 September 2018 15:15:50 UTC
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