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
- Host: GitHub
- URL: https://github.com/andybons/preload
- Owner: andybons
- License: mit
- Created: 2016-12-16T22:51:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T23:51:32.000Z (over 9 years ago)
- Last Synced: 2025-03-15T00:35:53.933Z (about 1 year ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.