SVGTests

@native @JSType
trait SVGTests extends Object

Interface SVGTests defines an interface which applies to all elements which have attributes requiredFeatures, requiredExtensions and systemLanguage.

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def hasExtension(extension: String): Boolean

Returns true if the browser supports the given extension, specified by a URI.

Returns true if the browser supports the given extension, specified by a URI.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object

Concrete fields

Corresponds to attribute requiredExtensions on the given element.

Corresponds to attribute requiredExtensions on the given element.

Corresponds to attribute requiredFeatures on the given element.

Corresponds to attribute requiredFeatures on the given element.

Corresponds to attribute systemLanguage on the given element.

Corresponds to attribute systemLanguage on the given element.