All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.stjs.javascript.dom.media.TimeRanges Maven / Gradle / Ivy

The newest version!
package org.stjs.javascript.dom.media;

abstract public class TimeRanges {
	public int length;

	public native double start  (int index);

	public native double end  (int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy