Skip to content

Commit

Permalink
Add code mark
Browse files Browse the repository at this point in the history
  • Loading branch information
adnzaki committed Mar 16, 2023
1 parent 4a79f67 commit efe6cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ By default, SSPaging requires token-based authentication (like JSON Web Tokens a
This option is used to store your token.

### `mode`: string
The mode you want to use for the request with `fetch()` method, e.g., cors, no-cors, or same-origin. Default is `cors`. If you set `useAuth` option to `false`, you do not have to set this option.
The mode you want to use for the request with `fetch()` method, e.g., `cors`, `no-cors`, or `same-origin`. Default is `cors`. If you set `useAuth` option to `false`, you do not have to set this option.

### `beforeRequest`: function
You can run something before the request sent by defining your function in this option.
Expand Down

0 comments on commit efe6cfd

Please sign in to comment.