Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions manifests/native.json
Original file line number Diff line number Diff line change
Expand Up @@ -2181,6 +2181,11 @@
"moduleName": "a-sync-waterfall",
"replacements": ["await"]
},
"abab": {
"type": "module",
"moduleName": "abab",
"replacements": ["atob", "btoa"]

@43081j 43081j Sep 13, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't quite right, as replacements is an OR, not an AND. i.e. this implies atob does the same job as btoa. you need to pick one or make a new replacement that represents both

},
"abort-controller": {
"type": "module",
"moduleName": "abort-controller",
Expand Down