Sha256: 933e9077af3a243121c48148306b88f738f6fc4fb31ea2ca8b2e4ac687fb2b37
Contents?: true
Size: 558 Bytes
Versions: 25
Compression:
Stored size: 558 Bytes
Contents
<!DOCTYPE HTML> <html> <head> <title></title> <script> var xhr = new XMLHttpRequest(); xhr.open("POST", "http://localhost:8124/css_save", true); xhr.setRequestHeader("x-path", "/tmp/test.txt"); xhr.onreadystatechange = function (aEvt) { console.log(aEvt) }; xhr.send("asdfsdf sdfkjs dkf"); </script> </head> <body> <form action="http://localhost:8124/css_save" method="POST"> <input name="path" value="file:///Users/nv/Code/CSSOM/server/index.html"> <textarea name="content">Fuu</textarea> <button>Submit</button> </form> </body> </html>
Version data entries
25 entries across 25 versions & 1 rubygems