Hi,
I am researching for a new large project and I was wondering how is service worker going to work from within dart?
Currently I see
some classes as auto completion but no help or anything on how to use
those.
As far as I know service worker scripts need to be separate from the
application (all current examples do that) and those separate scripts
are then registered, use 'self' as global object etc.
Would we be able to use dart to develop the workers as well as to install it/add it (I would expect the second to be no problem).
I know they are not currently in stable, but by the time I have to release they will be so I would love if there was an example project or a blog post or anything really to explain how is this all going to work both on dartVm as well as when compiled.
Thanks.