-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: BSON
Use Case
As a javascript entusiast
I want to remove usage of btoa and atob from the BSON library
So that there is no dependence on legacy web APIs
User Impact
- React Native does not have atob and btoa in its environment, this would assist in better supporting that platform
Dependencies
- upstream and/or downstream requirements and timelines to bear in mind
Unknowns
- questions that need to be answered to determine implementation
Acceptance Criteria
Implementation Requirements
- functional reqs, potential snafus to avoid, performance targets, etc
Testing Requirements
- unit test, spec test sync, etc
Documentation Requirements
- DOCSP ticket, API docs, etc
Follow Up Requirements
- additional tickets to file, required releases, etc
- is related to
-
NODE-4938 Improve react native polyfill experience with BSON v5
- Closed