We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d94e5 commit aceca89Copy full SHA for aceca89
1 file changed
src/test/java/org/htmlunit/javascript/host/xml/FormDataTest.java
@@ -597,7 +597,7 @@ public void getAll() throws Exception {
597
+ "function test() {\n"
598
+ " try {\n"
599
+ " var formData = new FormData();\n"
600
- + " if (!formData.get) { log('no getAll'); return; }\n"
+ + " if (!formData.getAll) { log('no getAll'); return; }\n"
601
602
+ " formData.append('myKey', 'myValue');\n"
603
+ " formData.append('myKey', 'myValue2');\n"
0 commit comments