Changeset 27981
- Timestamp:
- 04/07/2014 06:32:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/heartbeat.js
r26626 r27981 1 1 /** 2 2 * Heartbeat API 3 *4 * Note: this API is "experimental" meaning it will likely change a lot5 * in the next few releases based on feedback from 3.6.0. If you intend6 * to use it, please follow the development closely.7 3 * 8 4 * Heartbeat is a simple server polling API that sends XHR requests to 9 5 * the server every 15 - 60 seconds and triggers events (or callbacks) upon 10 6 * receiving data. Currently these 'ticks' handle transports for post locking, 11 * login-expiration warnings, a nd related tasks while a user is logged in.7 * login-expiration warnings, autosave, and related tasks while a user is logged in. 12 8 * 13 9 * Available PHP filters (in ajax-actions.php):
Note: See TracChangeset
for help on using the changeset viewer.