Skip to content

Instantly share code, notes, and snippets.

@igoroctaviano
Created July 24, 2018 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igoroctaviano/506858d2dec15d75980e4f1b8c091c55 to your computer and use it in GitHub Desktop.
Save igoroctaviano/506858d2dec15d75980e4f1b8c091c55 to your computer and use it in GitHub Desktop.
A Web History
{
1: ...,
2:[
function (require, module, exports) {
const XHR = require ('../ lib / xhr.js');
const DOM = require ('../ lib / domUtils.js');
function loader {container} {
const output = DOM.printTo (container);
XHR.get (href, content => {
var {content, js} = DOM.parse (content);
// ...
});
}
module.exports = charger;
},
{"../lib/domUtils.js":4,"../lib/fnbasics.js":5,"../lib/xhr.js":6}
],
3: ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment