Skip to content

Instantly share code, notes, and snippets.

@HerringtonDarkholme
Created April 3, 2015 10:13
Show Gist options
  • Select an option

  • Save HerringtonDarkholme/a4af2532224d073489a8 to your computer and use it in GitHub Desktop.

Select an option

Save HerringtonDarkholme/a4af2532224d073489a8 to your computer and use it in GitHub Desktop.
sharedworkerlog
Serving HTTP on 0.0.0.0 port 8000 ...
127.0.0.1 - - [03/Apr/2015 17:57:31] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 17:57:32] "GET /style.css HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 17:57:32] "GET /multiply.js HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 17:57:32] "GET /worker.js HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 17:57:38] "GET /index2.html HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 17:57:38] "GET /square.js HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 17:58:01] "GET /style.css HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:00:23] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:00:23] "GET /style.css HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:00:23] "GET /multiply.js HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:00:27] "GET /index2.html HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:00:27] "GET /style.css HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:00:27] "GET /square.js HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:00:51] "GET /index2.html HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:00:51] "GET /style.css HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:00:51] "GET /square.js HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:01:04] "GET /index2.html HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:01:04] "GET /style.css HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:01:04] "GET /square.js HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:02:50] "GET /index2.html HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:02:50] "GET /style.css HTTP/1.1" 200 -
127.0.0.1 - - [03/Apr/2015 18:02:50] "GET /square.js HTTP/1.1" 200 -
@HerringtonDarkholme
Copy link
Author

这里worker.js只被请求了一次,怎么ctrl-r都无效……

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment