RUM JavaScript API - 1.345.1
Preparing search index...
SDK Testing
BeaconRequest
Interface BeaconRequest
A captured beacon request containing the URL and parsed body.
interface
BeaconRequest
{
body
:
Record
<
string
,
unknown
>
;
url
:
string
;
}
Index
Properties
body
url
Properties
body
body
:
Record
<
string
,
unknown
>
url
url
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
url
RUM JavaScript API - 1.345.1
Loading...
A captured beacon request containing the URL and parsed body.