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

Unified Diff: third_party/WebKit/Source/modules/fetch/Request.h

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/modules/fetch/Request.h
diff --git a/third_party/WebKit/Source/modules/fetch/Request.h b/third_party/WebKit/Source/modules/fetch/Request.h
index 9e7bbef4d84bdae38dd7b9891fdcd382265637c0..d6a44518a48be670ab4f84913d92baf5a9850238 100644
--- a/third_party/WebKit/Source/modules/fetch/Request.h
+++ b/third_party/WebKit/Source/modules/fetch/Request.h
@@ -93,6 +93,7 @@ class MODULES_EXPORT Request final : public Body {
RequestInit&,
ExceptionState&);
+ String contentType() const override;
String mimeType() const override;
void refreshBody(ScriptState*);

Powered by Google App Engine
This is Rietveld 408576698