API documentation  2.0rc1
Public Member Functions | List of all members
client::NavigatorBeacon Class Reference

#include <clientlib.h>

Inherited by client::Navigator.

Public Member Functions

bool sendBeacon (const String &url)
 
bool sendBeacon (const String &url, Blob *data)
 
bool sendBeacon (const String &url, Int8Array *data)
 
bool sendBeacon (const String &url, Int16Array *data)
 
bool sendBeacon (const String &url, Int32Array *data)
 
bool sendBeacon (const String &url, Uint8Array *data)
 
bool sendBeacon (const String &url, Uint16Array *data)
 
bool sendBeacon (const String &url, Uint32Array *data)
 
bool sendBeacon (const String &url, Uint8ClampedArray *data)
 
bool sendBeacon (const String &url, Float32Array *data)
 
bool sendBeacon (const String &url, Float64Array *data)
 
bool sendBeacon (const String &url, DataView *data)
 
bool sendBeacon (const String &url, ArrayBuffer *data)
 
bool sendBeacon (const String &url, FormData *data)
 
bool sendBeacon (const String &url, const String &data)
 

Member Function Documentation

◆ sendBeacon() [1/15]

bool client::NavigatorBeacon::sendBeacon ( const String url)

◆ sendBeacon() [2/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Blob data 
)

◆ sendBeacon() [3/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Int8Array data 
)

◆ sendBeacon() [4/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Int16Array data 
)

◆ sendBeacon() [5/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Int32Array data 
)

◆ sendBeacon() [6/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Uint8Array data 
)

◆ sendBeacon() [7/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Uint16Array data 
)

◆ sendBeacon() [8/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Uint32Array data 
)

◆ sendBeacon() [9/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Uint8ClampedArray data 
)

◆ sendBeacon() [10/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Float32Array data 
)

◆ sendBeacon() [11/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
Float64Array data 
)

◆ sendBeacon() [12/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
DataView data 
)

◆ sendBeacon() [13/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
ArrayBuffer data 
)

◆ sendBeacon() [14/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
FormData data 
)

◆ sendBeacon() [15/15]

bool client::NavigatorBeacon::sendBeacon ( const String url,
const String data 
)