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

Side by Side Diff: chrome/test/data/ssl/unsafe_worker.js

Issue 2888333002: Send certificate errors from worker fetch context for off-main-thread-fetch. (Closed)
Patch Set: Created 3 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 var message = "failed";
2 try {
3 importScripts("REPLACE_WITH_IMPORTED_JS_URL");
4 } catch(ex) {
5 }
6 postMessage(message);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698