The goal of crosswalk is to make html5 a first class programming language so hopefully all of that will be directly available in crosswalk in the future. You can read more here:
crosswalk-project.org
I remember some discussion on supporting background services with a model similar to web workers.
If you need something now, you always have the option of making a crosswalk extension. You would have to build the APK yourself (not in XDK), following the directions that crosswalk project publishes. If extensions are open source and generally useful, we could also try to get them into XDK build so others would benefit.
Is there any chance to build a data bridge between Crosswalk and Android OS (inside XDK) ?
My consideration are:
- Background service (to remind me that my game need some attention from time to time)
- Sending an "intent" to the OS, for available installed apps (click on facebook icon inside my game to open facebook app)
- File manipulation outside browser security restrains
... and more