There are new APIs, like WebGPU, but even though ES Modules already exist in all browsers, the vendors are still designing these APIs as augmentations of the global space.
How would feature detection work? It seems that you can’t put import inside try/catch. So I’m not sure how I would check for browser support for a certain API without that API being in the global scope.