Skip to content

Commit

Permalink
should POST the request
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallvord R. M. Steen committed Oct 16, 2014
1 parent 550e5a1 commit 35025ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMLHttpRequest/open-during-abort-processing.htm
Expand Up @@ -43,7 +43,7 @@
}
})

client.open("GET", "resources/well-formed.xml")
client.open("POST", "resources/well-formed.xml")
client.send('abcd')
</script>
</body>
Expand Down

0 comments on commit 35025ed

Please sign in to comment.