Report an issue
Class

CKEDITOR.tools.buffers.event

classsince 4.11.0

Buffers input events (or any input calls) and triggers output not more often than once per minInterval.

Filtering

Properties

  • private readonly

    _context : Mixed

    The variable to be used as a context for the output calls.

  • private readonly

    _minInterval : Number

    The minimal interval (in milliseconds) between the calls.

  • private

    _scheduledTimer : Number

    The ID of a delayed function call that will be called after the current interval frame.

    Defaults to 0

Methods