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

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

There is a newer version: 5.0.bv6
Show newest version
package org.stjs.javascript.dom.media;

abstract public class TimeRanges {
	public int length;

	public native int start  (int index);

	public native int end  (int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy