Rename globals to avoid duplicate BCD keys from a case-insensitive perspective #18739
Open
Description
What type of issue is this?
Other
What information was incorrect, unhelpful, or incomplete?
As discussed in London, it is not ideal that BCD exposes these:
api.crypto <-> api.Crypto
api.performance <-> api.Performance
api.scheduler <-> api.Scheduler
So, we think it would be better to change the global properties to something like api.crypto_property
etc.
cc @queengooborg @fiji-flo @claas
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
No response
Did you test this? If so, how?
No response
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response