Interface FetchOpts

Hierarchy

  • FetchOpts

Properties

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.

newResource?: boolean

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

noWebSocket?: boolean

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

Generated using TypeDoc