namespace sap/ui/performance/XHRInterceptor

Visiblity: restricted
Available since: N/A
Module: sap/ui/performance/XHRInterceptor
Application Component:

Nodes Overview

Node Description

Methods Overview

Method Description
module:sap/ui/performance/XHRInterceptor.register

Register a function callback which gets called as it would be an own method of XHR.

module:sap/ui/performance/XHRInterceptor.unregister

Unregister a registered function.

module:sap/ui/performance/XHRInterceptor.register

Register a function callback which gets called as it would be an own method of XHR.

Param Type DefaultValue Description
sName string

Name under which the function is registered

sXHRMethod string

Name of the actual XHR method

fnCallback function

The registered callback function

module:sap/ui/performance/XHRInterceptor.unregister

Unregister a registered function.

Param Type DefaultValue Description
sName string

Name under which the function is registered

sXHRMethod string

Name of the actual XHR method