Type alias AddProtocolAction

AddProtocolAction: ((requestParameters, abortController) => Promise<GetResourceResponse<any>>)

This method type is used to register a protocol handler. Use the abort controller for aborting requests. Return a promise with the relevant resource response.

Type declaration