Make WordPress Core

Changeset 27981


Ignore:
Timestamp:
04/07/2014 06:32:52 AM (10 years ago)
Author:
azaozz
Message:

Heartbeat: no longer "experimental", see #25272

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/heartbeat.js

    r26626 r27981  
    11/**
    22 * Heartbeat API
    3  *
    4  * Note: this API is "experimental" meaning it will likely change a lot
    5  * in the next few releases based on feedback from 3.6.0. If you intend
    6  * to use it, please follow the development closely.
    73 *
    84 * Heartbeat is a simple server polling API that sends XHR requests to
    95 * the server every 15 - 60 seconds and triggers events (or callbacks) upon
    106 * receiving data. Currently these 'ticks' handle transports for post locking,
    11  * login-expiration warnings, and related tasks while a user is logged in.
     7 * login-expiration warnings, autosave, and related tasks while a user is logged in.
    128 *
    139 * Available PHP filters (in ajax-actions.php):
Note: See TracChangeset for help on using the changeset viewer.