Skip to content

Commit

Permalink
Replace atob module with default global (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored and frederikprijck committed Oct 27, 2023
1 parent 6ff0cb4 commit 8fac44b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions lib/atob.ts

This file was deleted.

2 changes: 0 additions & 2 deletions lib/base64_url_decode.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import atob from "./atob";

function b64DecodeUnicode(str: string) {
return decodeURIComponent(
atob(str).replace(/(.)/g, function(m, p) {
Expand Down

0 comments on commit 8fac44b

Please sign in to comment.