Important changes to Tiny Cloud pricing > Find out more
Return to Website

tinymce.util.XHR

Namespace tinymce.util
Class XHR
Type Singleton

This class enables you to send XMLHTTPRequests cross browser.

Example

Public Methods

Method Defined By
send(o:Object):void : [static] Sends a XMLHTTPRequest. XHR

Method details

send

public static function send(o:Object):void
Sends a XMLHTTPRequest. Consult the Wiki for details on what settings this method takes.

Parameters

Param Detail
o:Object Object will target URL, callbacks and other info needed to make the request.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.