Options
All
  • Public
  • Public/Protected
  • All
Menu

Host features manager.

Hierarchy

  • HostFeaturesManager

Index

Methods

Methods

getAll

  • getAll(): string[]
  • Gets all supported features of this system.

    Valid features are: IndexedDB, LocalStorage, WebAssembly, WebGL.

    Returns string[]

has

  • has(features: string[]): boolean
  • Checks if this system has a particular feature.

    Parameters

    • features: string[]

      The features to check for.

    Returns boolean

Generated using TypeDoc