Options
All
  • Public
  • Public/Protected
  • All
Menu

Can be used to check the capabilities of the runtime environment. For example the capabilities of the browser engine.

Index

Functions

isBlobUrlSupported

  • isBlobUrlSupported(): boolean
  • If URL.createObjectUrl(blob) is supported by the runtime platform.

    Returns boolean

isCssDeclarationSupported

  • isCssDeclarationSupported(propertyName: string, value: string): boolean
  • If the given declaration property and value is supported. For example: RuntimePlatform.isCssDeclarationSupported('touch-action', 'pan-x')

    Parameters

    • propertyName: string

      The CSS property name, for example: 'touch-action'

    • value: string

      The CSS property value to check support for.

    Returns boolean

Generated using TypeDoc