[FEATURE] Use ReadableStream for Response (#15)

* feat: uses ReadableStream for Response

* chore: rebuilds other examples
This commit is contained in:
Nicolas Lepage
2024-10-14 09:14:50 +02:00
committed by GitHub
parent 163b49702b
commit 5ec4a8d7e8
21 changed files with 644 additions and 93 deletions

Binary file not shown.

View File

@@ -1,4 +1,4 @@
importScripts('https://cdn.jsdelivr.net/gh/golang/go@go1.18.4/misc/wasm/wasm_exec.js')
importScripts('https://cdn.jsdelivr.net/gh/golang/go@go1.23.1/misc/wasm/wasm_exec.js')
importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@v1.1.0/sw.js')
addEventListener('install', (event) => {