aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-net.js
Commit message (Collapse)AuthorAgeFilesLines
* Change how modules are importedAlessio Vanni2019-07-041-1/+1
| | | | | | | | I can't really find a reason why the returned value is preferred over the normal importing process. Additionally, there's a good chance importing Services.jsm can be done only once at the start of everything, instead of binding each object to a separate closure.
* Temporarily fix undefined referenceAlessio Vanni2019-07-041-3/+3
| | | | | Ideally HttpObserver should be its own module, but right now it depends on too much "context" to be independent from vapi-background.
* Remove some commentsAlessio Vanni2019-06-231-4/+0
| | | | | | While they are technically informative, the splitting makes things easier to follow already (somewhat) and there's not really a need to list each global variable (there aren't many anyway.)
* Split vAPI.netAlessio Vanni2019-06-231-0/+78