HTMLMediaElement: crossOrigin property
The HTMLMediaElement.crossOrigin property is the CORS setting for this media element. See CORS settings attributes for details.
Value
A string of a keyword specifying the CORS mode to use when fetching the resource. Possible values are:
anonymousor the empty string ("")-
Requests sent by the
HTMLMediaElementwill use thecorsmode and thesame-origincredentials mode. This means that CORS is enabled and credentials are sent if the resource is fetched from the same origin from which the document was loaded. use-credentials-
Requests sent by the
HTMLMediaElementwill use thecorsmode and theincludecredentials mode. All resources requests by the element will use CORS, regardless of what domain the fetch is from.
If the crossOrigin property is specified with any other value, it is the same as specifing as the anonymous.
If the crossOrigin property is not specified, the resource is fetched without CORS (the no-cors mode and the same-origin credentials mode).
Specifications
| Specification |
|---|
| HTML Standard # dom-media-crossorigin |
Browser compatibility
BCD tables only load in the browser