File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import {jsonFetch} from './jsonFetch.js';
1616/**
1717 * Build and send a DELETE request to a remote endpoint, and extract the response.
1818 * @param {String } endpoint - the remote endpoint to send request to
19- * @param {RequestInit } options - the request options, see {@link fetch} native function
19+ * @param {RequestInit } options - the request options, see {@see fetch } native function
2020 * @return {Promise<Resolve<Object>.Error<{message: String}>> } resolve with the result of the request or reject with the error message
2121 */
2222export const jsonDelete = async ( endpoint , options ) => {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {fetchClient} from '/js/src/index.js';
2121 * - If an error occurred, there can be error with a message field describing the error that occurred
2222 *
2323 * @param {String } endpoint - the remote endpoint to send request to
24- * @param {RequestInit } options - the request options, see {@link fetch} native function
24+ * @param {RequestInit } options - the request options, see {@see fetch } native function
2525 * @return {Promise<Resolve<Object>.Error<{message: String}>> } resolve with the result of the request or reject with the error message
2626 */
2727export const jsonFetch = async ( endpoint , options ) => {
You can’t perform that action at this time.
0 commit comments