Skip to content

Commit

Permalink
print useragent
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Jun 26, 2024
1 parent 2375313 commit 76a0d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/ts/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ document.addEventListener('DOMContentLoaded', function () {

if (webkitMatch) {
const webkitVersion = webkitMatch[1];
console.log(navigator.userAgent);
console.log(`Webkit: ${webkitVersion}`);
if (compareVersions(webkitVersion, WEBKIT_FIX_VERSION) === -1) {
// Enable fix for old AppleWebkit versions, not supporting CSS transforms on 3D elements
Expand Down

0 comments on commit 76a0d3c

Please sign in to comment.