Sha256: b04c4da40d451d0e6b099bc2501f68db57a4635aed2e7fbda5ad253f884d4851

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

fetch("https://casjaysdev-sites.github.io/static/README.md")
  .then(function (response) {
    return response.text();
  })
  .then(function (body) {
    console.log(res);
    document.body.innerHTML = res;
  });

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.2.6 assets/js/fetch-url.js
casjaysdev-jekyll-theme-0.2.5 assets/js/fetch-url.js