This commit is contained in:
Nicolas Lepage 2020-05-29 00:06:30 +02:00
parent 254bd5e2ea
commit 0a1eee9812
No known key found for this signature in database
GPG Key ID: B0879E35E66D8F6F
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>go-wasm-http-server demo</title>
<script src="https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@21aa954d1c747b6e556c42eacb5a17478245dd17/index.js"></script>
<script src="https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@254bd5e2ea5b84b4ed2918f8edc7981fb24b06ad/index.js"></script>
<script>
async function hello() {
res = await fetch('api/hello', {

View File

@ -1 +1 @@
importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@d6c4e9ef12bc8ac614ab90e6fe7c4d5db1f868e2/sw.js')
importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@254bd5e2ea5b84b4ed2918f8edc7981fb24b06ad/sw.js')