Skip to content

Commit

Permalink
Update Base64 alphabet (#48)
Browse files Browse the repository at this point in the history
* Update definitions.js

* Update src/lib/definitions.js

Co-authored-by: Francesco Trotta <github@fasttime.org>

---------

Co-authored-by: Francesco Trotta <github@fasttime.org>
  • Loading branch information
Clayblockunova and fasttime authored Aug 3, 2024
1 parent 8396b89 commit 489741c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,12 @@ function getFHPaddingEntries(index)
BASE64_ALPHABET_HI_4 =
[
[define('A'), define('C', CAPITAL_HTML), define('A', ARRAY_ITERATOR)],
'F',
[
define('F'),
define('H', ITERATOR_HELPER),
define('F', AT, CAPITAL_HTML, IE_SRC),
define('F', AT, CAPITAL_HTML, NO_IE_SRC),
],
'Infinity',
'NaNfalse',
[define('S'), define('R', CAPITAL_HTML), define('S', ARRAY_ITERATOR)],
Expand Down

0 comments on commit 489741c

Please sign in to comment.