Imperatively import an HTML document.
$ npm install --save import-href
var importHref = require('import-href');
importHref('http://example.com/meow-component.html',
function onLoad(){},
function onError(){});
URL
Required
Type: string
href URL that needs to be imported.
onload callback
Type: function
Callback function which will be executed after load
onerror callback function
Type: function
Callback function which will be executed if there is an error
MIT © hemanth.hm