User Tools

Site Tools


en:code:data:web

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:code:data:web [2011/10/01 23:01] jmgren:code:data:web [2024/08/11 11:46] (current) jmgr
Line 52: Line 52:
     * method - (Method) the method to use (get or post)     * method - (Method) the method to use (get or post)
     * postData - (object) post data to send     * postData - (object) post data to send
 +    * rawData - (string) raw post data to send [//Since version 3.11.0//]
     * query - (object) query items     * query - (object) query items
     * user - (string) the username to use if asked     * user - (string) the username to use if asked
Line 64: Line 65:
 === Notes === === Notes ===
 This method is asynchronous, this means that it will return before the data is downloaded. This method is asynchronous, this means that it will return before the data is downloaded.
-To known when this is done use the [[#onFinished|onFinished]] event or the [[#isDownloading|isDownloading]] method.+To know when this is done use the [[#onFinished|onFinished]] event or the [[#isDownloading|isDownloading]] method.
  
 ==== isDownloading ==== ==== isDownloading ====
en/code/data/web.1317510086.txt.gz · Last modified: 2021/02/13 11:23 (external edit)