Re: [whatwg/xhr] Add optional submitter argument to FormData constructor (PR #366)

@annevk commented on this pull request.



> @@ -1609,7 +1609,7 @@ typedef (File or USVString) FormDataEntryValue;
 
 [Exposed=(Window,Worker)]
 interface FormData {
-  constructor(optional HTMLFormElement form);
+  constructor(optional HTMLFormElement form, optional HTMLElement? submitter = null);

Okay, that's fairly compelling I suppose, although I don't remember the rationale for that one. 😅

Let's leave this as-is then unless @domenic cares more strongly than I do.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/pull/366#discussion_r1086993845

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/xhr/pull/366/review/1269868463@github.com>

Received on Wednesday, 25 January 2023 18:07:16 UTC