I often find myself needing to load assets e.g. in tests in a platform agnostic way. Today this is tricky because in node you need to perform FS read and in browser you have fetch.
It should be fairly trivial to make support file URLs in node making fetch a universal API for loading assets.