new ATInternet.Tracker.Plugins.Offline(tag)
Plugin to save hits that could not be sent, following a loss of Internet connection, to the user’s browser.
To do this, the plugin uses the localStorage feature available in recent browsers. The status of the Internet connection (whether the browser is online or not) is determined by the browser’s onLine property available in HTML5.
To do this, the plugin uses the localStorage feature available in recent browsers. The status of the Internet connection (whether the browser is online or not) is determined by the browser’s onLine property available in HTML5.
Name | Type | Description |
---|---|---|
tag |
object | Instance of the Tag used |