UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

12 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.browserId = browserId; const browserCommon_1 = require("./browserCommon"); /** * Returns the browser’s identifier * @return number */ function browserId() { return (0, browserCommon_1.browserIdFromAgent)(navigator.userAgent).id; } //# sourceMappingURL=browserId.js.map