Node | Description |
---|
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. |
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 |
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 |