From 7f3dae5aee81bbd9a790f3e2968e14777298ad90 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Sun, 18 Nov 2018 22:36:57 +0000 Subject: Update tests --- test/test-pages/002/expected.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-pages/002') diff --git a/test/test-pages/002/expected.html b/test/test-pages/002/expected.html index 46d7998..0525100 100644 --- a/test/test-pages/002/expected.html +++ b/test/test-pages/002/expected.html @@ -1,4 +1,4 @@ -

For more than a decade the Web has used XMLHttpRequest (XHR) to achieve +

For more than a decade the Web has used XMLHttpRequest (XHR) to achieve asynchronous requests in JavaScript. While very useful, XHR is not a very nice API. It suffers from lack of separation of concerns. The input, output and state are all managed by interacting with one object, and state is -- cgit v1.2.3