Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(661)

Side by Side Diff: LayoutTests/http/tests/serviceworker/resources/fetch-event-client-attribute-test-worker.js

Issue 1102363002: Add Client Attribute to FetchEvent- Blink Side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 self.addEventListener('fetch', function(event) {
2 event.respondWith(new Response((event.client.frameType).toString()));
jsbell 2015/05/06 16:21:26 Is the (...).toString() part necessary?
Paritosh Kumar 2015/05/07 16:46:54 No. Done.
3 });
falken 2015/05/07 04:06:03 indent this two spaces
Paritosh Kumar 2015/05/07 16:46:54 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698