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

Version Path
stylus-source-0.23.0 vendor/node_modules/cssom/server/index.html
stylus-source-0.22.6 vendor/node_modules/cssom/server/index.html
stylus-source-0.22.5 vendor/node_modules/cssom/server/index.html
stylus-source-0.22.4 vendor/node_modules/cssom/server/index.html
stylus-source-0.22.3 vendor/node_modules/cssom/server/index.html
stylus-source-0.22.2 vendor/node_modules/cssom/server/index.html
stylus-source-0.22.1 vendor/node_modules/cssom/server/index.html
stylus-source-0.22.0 vendor/node_modules/cssom/server/index.html
stylus-source-0.21.2 vendor/node_modules/cssom/server/index.html
stylus-source-0.21.1 vendor/node_modules/cssom/server/index.html
stylus-source-0.21.0 vendor/node_modules/cssom/server/index.html
stylus-source-0.20.1 vendor/node_modules/cssom/server/index.html
stylus-source-0.20.0 vendor/node_modules/cssom/server/index.html
stylus-source-0.19.8 vendor/node_modules/cssom/server/index.html
stylus-source-0.19.7 vendor/node_modules/cssom/server/index.html
stylus-source-0.19.6 vendor/node_modules/cssom/server/index.html
stylus-source-0.19.5 vendor/node_modules/cssom/server/index.html
stylus-source-0.19.4 vendor/node_modules/cssom/server/index.html
stylus-source-0.19.3 vendor/node_modules/cssom/server/index.html
stylus-source-0.19.2 vendor/node_modules/cssom/server/index.html