-
In HTML Audio/Video DOM, __________ sets or returns the CORS settings of the audio/video.
-
- defaultPlaybackRate
- crossOrigin
- duration
- currentTime
- None of these
Correct Option: B
CurrentTime set or returns current playback position while playing audio/video. The length of the current audio/video is set or returned by duration. Default speed of playback is given by defaultPlaybackRate. The purpose of the crossorigin attribute is to allow you to configure the CORS requests for the element’s fetched data.