Function isFetchSupported

  • Checks if the Fetch API is supported in the current environment.

    Parameters

    • Optional withKeepAlive: boolean

      [Optional] If True, check if fetch is available and it supports the keepalive feature, otherwise only check if fetch is supported

    Returns boolean

    True if supported, otherwise false

Generated using TypeDoc