An open API service indexing awesome lists of open source software.

https://github.com/andybons/preload

Attempt at test case for bug around link rel="preload" double download
https://github.com/andybons/preload

Last synced: about 1 year ago
JSON representation

Attempt at test case for bug around link rel="preload" double download

Awesome Lists containing this project

README

          

# Preload

Test case for double-download bug with link rel="preload" and `responseType` set
to `blob`.

```sh
go run main.go
```

Visit [localhost:8080](http://localhost:8080)

Optionally, a `timeout` search parameter can be specified for how long to wait
(in ms) before the request for the resource is made.