Report an issue
Class

CKEDITOR.plugins.clipboard.fallbackDataTransfer

classsince 4.8.0

Fallback dataTransfer object which is used together with CKEDITOR.plugins.clipboard.dataTransfer for browsers supporting Clipboard API, but not supporting custom MIME types (Edge 16+, see ckeditor4/issues/#962).

Filtering

Properties

  • private

    _customDataFallbackType : String

    A MIME type used for storing custom MIME types.

    Defaults to 'text/html'

  • private

    _dataTransfer : dataTransfer

    DataTransfer object which internal cache and data transfer objects will be modified if needed.

Static properties

Methods