Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix compilation error with strict constness
The MediaCapabilities polyfill caused compiler errors in stricter environments, in which navigator.mediaCapabilities was marked as const. This suppresses constness errors from the compiler in the install method of the polyfill. Change-Id: Idb47a473335c886a2a7b3c77b84ce8f51fce4114
- Loading branch information