This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
80bbd76626
puppeteer
/
test
/
assets
/
cached
/
one-style.html
4 lines
88 B
HTML
Raw
Normal View
History
Unescape
Escape
test: do not use quirks mode for test files (#11930)
2024-02-16 08:14:17 +00:00
<!DOCTYPE html>
feat(Response): add Response.fromCache / Response.fromServiceWorker (#1971) This patch: - introduces `test/assets/cached` folder and teaches server to cache all the assets from the folder - introduces `test/assets/serviceworkers` folder that stores all the service workers and makes them register with unique URL prefix - introduces `Response.fromCache()` and `Response.fromServiceWorker()` methods Fixes #1551.
2018-02-05 22:59:07 +00:00
<
link
rel
=
'stylesheet'
href
=
'./one-style.css'
>
<
div
>
hello, world!
<
/
div
>
Reference in New Issue
Copy Permalink