package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Media.Supported_constraintsSource

Supported property constraints.

Indicates the media properties constraints the user agent understands.

Sourcetype t

The type for supported constraints.

Sourceval mem : ('a, 'b, 'c) Prop.t -> t -> bool

supports p n is true if property p can be constrained.

Sourceval names : t -> Jstr.t list

supported s is the list of supported constraints.