https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b9c97b372ba9eeb46dc8e5d488df90881bd79f1b authored by Ben Kelly on 19 March 2018, 14:38:38 UTC
Verify that fetch API `force-cache` and `only-if-cached` respect no-store/no-cache headers.
Tip revision: b9c97b3
.gitignore
# Python
*.py[co]
.virtualenv/
_venv/
.cache/
.pytest_cache/

# Node
node_modules/

# WPT repo stuff
/MANIFEST.json

testharness_runner.html
!/testharness_runner.html
!/tools/wptrunner/wptrunner/testharness_runner.html

_certs
config.json

# Various OS/editor specific files
*#
*.sw[po]
*~
\#*
scratch
.idea/
.vscode/
.DS_Store
*.rej
back to top