From a0187295debbfe75d4409f360ba7e0ff765ca2f3 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 11:33:10 -0400 Subject: remove link 'title' attributes that's just the 'href' (pl) (#1736) --- files/pl/web/javascript/eventloop/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pl/web/javascript/eventloop/index.html') diff --git a/files/pl/web/javascript/eventloop/index.html b/files/pl/web/javascript/eventloop/index.html index e61f3c2a48..ba65ed3311 100644 --- a/files/pl/web/javascript/eventloop/index.html +++ b/files/pl/web/javascript/eventloop/index.html @@ -95,4 +95,4 @@ console.log<

A very interesting property of the event loop model is that JavaScript, unlike a lot of other languages, never blocks. Handling I/O is typically performed via events and callbacks, so when the application is waiting for an IndexedDB query to return or an XHR request to return, it can still process other things like user input.

-

Legacy exceptions exist like alert or synchronous XHR, but it is considered as a good practice to avoid them. Beware, exceptions to the exception do exist (but are usually implementation bugs rather than anything else).

+

Legacy exceptions exist like alert or synchronous XHR, but it is considered as a good practice to avoid them. Beware, exceptions to the exception do exist (but are usually implementation bugs rather than anything else).

-- cgit v1.2.3-54-g00ecf