File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
specs/credentialmanagement Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -943,6 +943,22 @@ <h4 id="opaque-formdata-algorithms">
943
943
944
944
ISSUE: Monkey-patching! Hooray! Talk with Anne, et al.
945
945
946
+ < h5 id ="monkey-patching-xhr-1 "> XHR: < code > FormData</ code > Iteration</ code > </ h5 >
947
+
948
+ Replace the following text from {{FormData}}:
949
+
950
+ < blockquote >
951
+ The value pairs to iterate over are the entries with the key being the name
952
+ and the value the value.
953
+ </ blockquote >
954
+
955
+ With:
956
+
957
+ < blockquote >
958
+ The value pairs to iterate over is an empty list if the opaque flag is set,
959
+ otherwise the entries with the key being the name and the value the value.
960
+ </ blockquote >
961
+
946
962
< h5 id ="monkey-patching-xhr-2 "> XHR: < code > FormData</ code > 's < code > get()</ code > </ h5 >
947
963
948
964
Redefine {{FormData}}'s {{FormData/get()}} method as follows:
You can’t perform that action at this time.
0 commit comments