FetchOpts | @tomic

Hierarchy

  • FetchOpts

Properties

Optional allowIncomplete

allowIncomplete?: boolean

If this is true, incomplete resources will not be automatically fetched. Incomplete resources are faster to process server-side, but they need to be fetched again when all properties are needed.

Optional newResource

newResource?: boolean

If true, will not send a request to a server - it will simply create a new local resource.

Optional noWebSocket

noWebSocket?: boolean

Do not fetch over WebSockets, always fetch over HTTP(S)