Example #1
0
 return this.loader.request(resolvedSrc).then(function (content) {
     _this4._content[resolvedSrc] = content;
     var scriptText = dom5.constructors.text(content);
     dom5.append(script, scriptText);
     dom5.removeAttribute(script, 'src');
     script.__hydrolysisInlined = src;
     return _this4._processScript(script, resolvedSrc);
 }).catch(function (err) {