We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b85251 commit fc8c289Copy full SHA for fc8c289
mod.ts
@@ -1,3 +1,4 @@
1
+// deno-lint-ignore-file no-process-global
2
/* Private functions */
3
function getChromeVersion(userAgent: string) {
4
const match = userAgent.match(/Chrom(e|ium)\/([0-9]+)\./);
0 commit comments