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