mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2026-01-02 04:14:41 +03:00
[helpers] Add new method: unfreezeUA(), construct new unfreezed user-agent string using real data from client hints
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { isFrozenUA } = require('ua-parser-js/helpers');
|
||||
const { isFrozenUA } = require('@ua-parser-js/helpers');
|
||||
const assert = require('assert');
|
||||
|
||||
describe('isFrozenUA', () => {
|
||||
|
||||
Reference in New Issue
Block a user