Revision c6e42ae9ffe6cddd051c82b3fe0cb982f5861032 authored by Robert Ma on 22 March 2018, 19:02:06 UTC, committed by Robert Ma on 22 March 2018, 19:03:42 UTC
1 parent 9e22798
Raw File
send-send.htm
<!doctype html>
<html>
  <head>
    <title>XMLHttpRequest: send() - send()</title>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol/li[2]" />
  </head>
  <body>
    <div id="log"></div>
    <script src="send-send.js"></script>
  </body>
</html>
back to top