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

Unified Diff: Source/modules/fetch/Request.idl

Issue 1279163005: Initial Fetch integration for Subresource Integrity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add integration with FetchFormDataConsumerHandle Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/fetch/Request.idl
diff --git a/Source/modules/fetch/Request.idl b/Source/modules/fetch/Request.idl
index 83f67adc8194532afb39109ce0206b930d20f1e3..3cdc05260233157307ab79a6339b472b145d4c78 100644
--- a/Source/modules/fetch/Request.idl
+++ b/Source/modules/fetch/Request.idl
@@ -36,6 +36,7 @@ enum RequestCredentials { "omit", "same-origin", "include" };
readonly attribute RequestCredentials credentials;
// TODO(horo): Support redirect attribute when the chromium side patch land.
// readonly attribute RequestRedirect redirect;
+ readonly attribute DOMString integrity;
[RaisesException] Request clone();
};

Powered by Google App Engine
This is Rietveld 408576698