1.0.1 • Published 3 years ago
fetch-testing v1.0.1
From your client:
fetch('https://unpkg.com/fetch-testing/test.json')
<script src='https://unpkg.com/fetch-testing/test.js'></script>
<link rel='stylesheet' href='https://unpkg.com/fetch-testing/test.css'>
<script type='module'>
import { test } from 'https://unpkg.com/fetch-testing/test-module.js'
test()
</script>