[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 772 lines (24 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
createNonceMiddleware(nonce) X-Ref |
param: {string} nonce return: {import('../types').APIFetchMiddleware & { nonce: string }} A middleware to enhance a request with a nonce. |
createPreloadingMiddleware(preloadedData) X-Ref |
param: {Record<string, any>} preloadedData return: {import('../types').APIFetchMiddleware} Preloading middleware. |
prepareResponse(responseData, parse) X-Ref |
This is a helper function that sends a success response. param: {Record<string, any>} responseData param: {boolean} parse return: {Promise<any>} Promise with the response. |
parseAndThrowError(response, shouldParseResponse = true) X-Ref |
Parses a response, throwing an error if parsing the response fails. param: {Response} response param: {boolean} shouldParseResponse return: {Promise<any>} Parsed response. |
isMediaUploadRequest(options) X-Ref |
param: {import('../types').APIFetchOptions} options return: {boolean} True if the request is for media upload. |
registerMiddleware(middleware) X-Ref |
Register a middleware param: {import('./types').APIFetchMiddleware} middleware |
setFetchHandler(newFetchHandler) X-Ref |
Defines a custom fetch handler for making the requests that will override the default one using window.fetch param: {FetchHandler} newFetchHandler The new fetch handler |
apiFetch(options) X-Ref |
param: {import('./types').APIFetchOptions} options return: {Promise<T>} A promise representing the request processed via the registered middlewares. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |