Function isUint8ArrayAvailable

  • Checks if Uint8Array are available in the current environment. Safari and Firefox along with ReactNative are known to not support Uint8Array properly.

    Returns boolean

    True if available, false otherwise.