1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Update code comment for $tw.utils.http

This commit is contained in:
Jermolene 2018-08-23 13:13:49 +01:00
parent 03602215c4
commit 7a6213dcbf

View File

@ -15,6 +15,7 @@ Browser HTTP support
/*
A quick and dirty HTTP function; to be refactored later. Options are:
url: URL to retrieve
headers: hashmap of headers to send
type: GET, PUT, POST etc
callback: function invoked with (err,data)
returnProp: string name of the property to return as first argument of callback