fetch-testing
v1.0.1
Published
Endpoints to test browser and node fetches
Downloads
6
Readme
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>
