Skip to content

Commit

Permalink
Update docs on RSAA spec to include property
Browse files Browse the repository at this point in the history
  • Loading branch information
nason committed Jun 10, 2018
1 parent ce5e2f3 commit 8d02399
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,11 +833,12 @@ The `[RSAA]` property MAY
- have an `options` property,
- have a `credentials` property,
- have a `bailout` property,
- have a `fetch` property.
- have a `fetch` property,
- have an `ok` property.
The `[RSAA]` property MUST NOT
- include properties other than `endpoint`, `method`, `types`, `body`, `headers`, `options`, `credentials`, `bailout` and `fetch`.
- include properties other than `endpoint`, `method`, `types`, `body`, `headers`, `options`, `credentials`, `bailout`, `fetch` and `ok`.
#### `[RSAA].endpoint`
Expand Down

0 comments on commit 8d02399

Please sign in to comment.