jsolait

This is the main module.
It provides a simple way for class inheritance and module loading capabilities.
The module automatically loads the stringformat module.


classes



exceptions



methods



properties



globals


requirements

For importModule to load script sources for modules if needed the JavaScript engine needs to provide a way to retrieve files synchronously given a URL.
See the requirements for synchronous http requests in urllib. If the JavaScript engine does not provide synchronous requests then all needed module scripts need to be included into e.g. the webpage by refference using the script element.