Sha256: 75b67839a784f1ec2cf16411dc8f60714be5ef9a9ea47b17a0cdcc13b0d6962d

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.2.4 assets/js/fetch-url.js
casjaysdev-jekyll-theme-0.2.3 assets/js/fetch-url.js
casjaysdev-jekyll-theme-0.2.2 assets/js/fetch-url.js
casjaysdev-jekyll-theme-0.2.1 assets/js/fetch-url.js
casjaysdev-jekyll-theme-0.1.9 assets/js/fetch-url.js
casjaysdev-jekyll-theme-0.1.8 assets/js/fetch-url.js