Skip to content

Commit

Permalink
docs: added skipFetchSetup to ConnectionInfo (#1886).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Feb 19, 2022
1 parent 2d98b4f commit 1651389
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs.wrm/api/utils/web.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ How long to wait before rejecting with a //timeout// error.
_property: connection.headers => { [ key: string]: string }
Additional headers to include in the connection.

_property: connection.skipFetchSetup => boolean
Normally a connection will specify the default values for a connection
such as CORS-behavior and caching policy, to ensure compatibility across
platforms. On some services, such as Cloudflare Workers, specifying any
value (inclluding the default values) will cause failure. Setting this
to true will prevent any values being passed to the underlying API.

_heading: PollOptions @<PollOptions>

Expand Down

0 comments on commit 1651389

Please sign in to comment.