Namespace

env (utils)

@ckeditor/ckeditor5-utils/src/env

namespace

A namespace containing environment and browser information.

Filtering

Properties

  • static

    isAndroid : Boolean

    Indicates that the application is running on Android mobile device.

  • Indicates that the application is running in a browser using the Blink engine.

  • static

    isGecko : Boolean

    Indicates that the application is running in Firefox (Gecko).

  • static

    isMac : Boolean

    Indicates that the application is running on Macintosh.

  • static

    isSafari : Boolean

    Indicates that the application is running in Safari.

  • static

    isWindows : Boolean

    Indicates that the application is running on Windows.

  • static

    isiOS : Boolean

    Indicates the the application is running in iOS.

Namespaces

  • static

    features