Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpFallbackOptions

Hierarchy

  • HttpFallbackOptions

Index

Properties

allowed

allowed: boolean

Determines whether Theia is allowed to use the http fallback. True by default.

errorTimeout

errorTimeout: number

The timeout duration (in ms) after a request was answered with an error code. 5000 by default.

maxAttempts

maxAttempts: number

Number of failed websocket connection attempts before the fallback is triggered. 2 by default.

pollingTimeout

pollingTimeout: number

The maximum duration (in ms) after which the http request should timeout. 5000 by default.

requestTimeout

requestTimeout: number

The minimum timeout duration (in ms) between two http requests. 0 by default.