X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/e08b42e8ad054ec67522d7ac1aaae5dc68cb3d01..4713a14935b83517997f3c88f808eb41da55033d:/wp-includes/js/heartbeat.js diff --git a/wp-includes/js/heartbeat.js b/wp-includes/js/heartbeat.js index 5406459c..c097973f 100644 --- a/wp-includes/js/heartbeat.js +++ b/wp-includes/js/heartbeat.js @@ -1,14 +1,10 @@ /** * Heartbeat API * - * Note: this API is "experimental" meaning it will likely change a lot - * in the next few releases based on feedback from 3.6.0. If you intend - * to use it, please follow the development closely. - * * Heartbeat is a simple server polling API that sends XHR requests to * the server every 15 - 60 seconds and triggers events (or callbacks) upon * receiving data. Currently these 'ticks' handle transports for post locking, - * login-expiration warnings, and related tasks while a user is logged in. + * login-expiration warnings, autosave, and related tasks while a user is logged in. * * Available PHP filters (in ajax-actions.php): * - heartbeat_received