Nightly 2021-09-25
Pre-release
Pre-release
web: Mark TypeScript enums as const Unlike regular enums, const enums are completely removed during compilation, and as such are zero-cost in bundle size terms. Since it is not possible to query the possible values of a const enum at runtime, adapt the `autoplay` and `unmuteOverlay` validation logic.