From 9e7ed7f7ade49317910076f041982a13eabab209 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Sat, 3 Nov 2018 16:35:02 +0000 Subject: Update test expectations --- 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 e129084..8870180 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 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 tracked using events. Also, the event-based model doesn’t play well with JavaScript’s recent focus on Promise- and generator-based asynchronous programming.

-- cgit v1.2.3