It should be possible to standardise access to some browser APIs via helper methods. The first thing that springs to mind is localisation via something like Fuse.i18n.getString('hello);. It may be possible to use helpers for things like DOM access, messaging and watching network for events.
It should be possible to standardise access to some browser APIs via helper methods. The first thing that springs to mind is localisation via something like
Fuse.i18n.getString('hello);. It may be possible to use helpers for things like DOM access, messaging and watching network for events.