keen-core.js
Core functionality powering keen-tracking.js and keen-analysis.js; not intended for direct use.
Installation
$ npm install keen-core --save
Core functionality powering Keen IO's modular JavaScript SDKs
Core functionality powering keen-tracking.js and keen-analysis.js; not intended for direct use.
$ npm install keen-core --save
NEW:
window.navigator
check for IE10FIXED:
window.navigator
is referenced to avoid errors in environments that expose non-standard window
objects, such as React Native.NEW:
events
and queries
.FIXED:
Keen.extendLibrary()
function by excluding earlier versions of Keen.prototype
methods from being blended into the global namespace of more recent SDKs.FIXED:
Keen.legacyVersion
, or returned to the Keen
namespace by calling var ModularLibs = Keen.noConflict();
.FIXED:
NEW: