0.0.1 • Published 4 years ago

sas-ini v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

sas-ini

Browser control before everything starts

use

Create a file config.js with

sas.ini = {
    src  : // path to js to start,
    type : // module or null
};

sas.load.cutTheMustard = function( callback ){

	// function to test.
	// control versions of browser
	// control for customElements etc.

	callback(true)
})

demo

Download, go to test folder, run npm install and load index.html.