ReadonlycurrentThe player's current time.
The creation date of the event.
ReadonlyreadyThe player's new ready state, represented by a value from the following list:
 - 0 (HAVE_NOTHING): The player has no information about the duration of its source.
 - 1 (HAVE_METADATA): The player has information about the duration of its source.
 - 2 (HAVE_CURRENT_DATA): The player has its current frame in its buffer.
 - 3 (HAVE_FUTURE_DATA): The player has enough data for immediate playback.
 - 4 (HAVE_ENOUGH_DATA): The player has enough data for continuous playback.
 - See the HTML Media Specification
The type of the event.
Fired when
ChromelessPlayer.readyStatechanges.