Home Reference Source Repository
import {TypedArrayFeature} from 'feature-detector/src/features/TypedArrayFeature.js'
public class | source

TypedArrayFeature

Extends:

Feature → TypedArrayFeature

The Typed Array feature.

Constructor Summary

Public Constructor
public

Constructs a new Typed Array feature.

Member Summary

Public Members
public

Indicates whether the Typed Array feature is supported.

Inherited Summary

From class Feature
public

The name of this feature.

public

Indicates whether this feature is supported.

protected

The global scope of the current environment.

public

Returns a string representation of this object.

Public Constructors

public constructor source

Constructs a new Typed Array feature.

Override:

Feature#constructor

Public Members

public supported: Boolean source

Indicates whether the Typed Array feature is supported.

Override:

Feature#supported