We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
new TextEncoder
1 parent 7b61c52 commit 9e4e64eCopy full SHA for 9e4e64e
1 file changed
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