diff options
author | bptato <nincsnevem662@gmail.com> | 2024-08-15 19:11:49 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-08-15 19:23:55 +0200 |
commit | 4bf895db711f3d4d229d3f18fbb2145cce2a73af (patch) | |
tree | 2e81c7399de03aebb9dfa166eba6ee809a75cd2e /test/net/asserts.js | |
parent | 885a3493b6cad4b4247a200928fe61e41883aaba (diff) | |
download | chawan-4bf895db711f3d4d229d3f18fbb2145cce2a73af.tar.gz |
xhr: more progress
* add responseText, response * add net tests -> currently sync XHR only; should find a way to do async tests... * update monoucha -> simplified & updated some related code that no longer worked properly
Diffstat (limited to 'test/net/asserts.js')
l--------- | test/net/asserts.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/net/asserts.js b/test/net/asserts.js new file mode 120000 index 00000000..8471bc87 --- /dev/null +++ b/test/net/asserts.js @@ -0,0 +1 @@ +../asserts.js \ No newline at end of file |