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

Unified Diff: Source/core/html/FormData.idl

Issue 227483008: Support FormData on WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 8 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
« no previous file with comments | « Source/core/html/DOMFormData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/FormData.idl
diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl
index fe146ce0708ae51b699c131ff1c3ac7667244fce..ddbd5138449eb5c8113c5db01761613cb18d5eb8 100644
--- a/Source/core/html/FormData.idl
+++ b/Source/core/html/FormData.idl
@@ -29,9 +29,10 @@
*/
[
+ Constructor(optional HTMLFormElement form),
+ GlobalContext=Window&WorkerGlobalScope,
+ ImplementedAs=DOMFormData,
WillBeGarbageCollected,
- Constructor([Default=Undefined] optional HTMLFormElement form),
- ImplementedAs=DOMFormData
] interface FormData {
void append(DOMString name, Blob value, optional DOMString filename);
void append(DOMString name, DOMString value);
« no previous file with comments | « Source/core/html/DOMFormData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698