Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
workers
/
methods.html
blob: 8b2a181d16f9d36187d211f2e6ce5f6bc3f82819 [
file
] [
log
] [
blame
]
<html>
<body>
<p>
GET and POST should not be the only HTTP methods implemented in XMLHttpRequest for Workers.
</p>
<script
src
=
"resources/worker-create.js"
></script>
<script
src
=
"resources/methods-test.js"
></script>
</body>
</html>