We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new TextEncoder
1 parent 7b61c52 commit 9e4e64eCopy full SHA for 9e4e64e
src/utils/internal/auth.ts
@@ -1,4 +1,4 @@
1
-const _textEncoder = new TextEncoder();
+const _textEncoder = /* @__PURE__ */ new TextEncoder();
2
3
/**
4
* Constant-time string comparison to prevent timing attacks.
0 commit comments