Scripts
- promise.js –
@version 3.2.2+39aa2571
from stefanpenner/es6-promise - fetch.js –
@version 0.11.1
from github/fetch - naledi.js
- script.js
// init with fallback url for local-debug
setGithubUrls('https://petrosh.github.io/domtools/naledi');
// Load next script
appendScript('loader');
async
loader.js
// Print message
monitor('loader.js running');
// Print gh-pages sha
getRef()
.then(monitor)
.catch(errore);
Results
Tools
Time
dateString.timeAgo()
Dom
ele.appendChilds([])
cce(tag[, inner[, attributes]])
appendScript(filename)
GitHub
getGithubUrls(fallback)
getRef(branch)