.noConflict(): this
.noConflict(): this
Audit
object already exists in the global object of the current
page, the Audit.js
library will be renamed to PooolAudit
and the original
Audit
object will be restored..init(appId: String): this
.sendEvent(eventName: String, data?: Object, options?: AuditOptions): Promise
navigator.sendBeacon
) to avoid loosing
requests sent right before a redirect (like a click over a button)..config(optionName: String, optionValue: Any, readOnly?: Boolean): this
.config(options: Object, readOnly?: Boolean): this
.on(name: String, callback: Function): this
.once(name: String, callback: Function): this
.on()
but the callback will be called only once and removed afterwards..off(name: String, callback: Function): this
.on()
or .once()
.