@@ -45,8 +45,8 @@ order to speed up access when using it in an <expression> with the
4545<URL> <keyword>.
4646
4747To use a file that has been downloaded by the <load> <command>, refer
48- to it using the <URL> <keyword> as usual. When you request the original
49- <URL>, LiveCode uses the <cache|cached> <file> automatically.
48+ to it using the <URL> <keyword> as usual. When you request the
49+ original <URL>, LiveCode uses the <cache|cached> <file> automatically.
5050
5151The <callbackMessage> is sent to the <object(glossary)> whose <script>
5252contains the <load> <command>, after the <URL> is <load|loaded>, so you
@@ -75,8 +75,7 @@ URL even if it is not in the cache, so use of the <load> <command> is
7575optional.
7676
7777>*Note:* Cached <files> consume memory. To release this memory after
78- > you
79- are finished with a <URL>, use the <unload (command)> <command> to
78+ > you are finished with a <URL>, use the <unload (command)> <command> to
8079remove it from the <cache>.
8180
8281>*Important:* The <load> <command> is part of the
@@ -108,21 +107,19 @@ remove it from the <cache>.
108107> appropriately.
109108
110109References: unload (command), libURLftpUpload (command),
111- libURLDownloadToFile (command), get (command), load (command),
110+ libURLDownloadToFile (command), get (command),
112111group (command), function (control structure),
113112libURLLastRHHeaders (function), URLEncode (function), files (function),
114113libURLErrorData (function), URLStatus (function), cachedURLs (function),
115114object (glossary), LiveCode custom library (glossary),
116115application (glossary), standalone application (glossary),
117116load (glossary), cache (glossary), command (glossary),
118- standalone desktop application (glossary), main stack (glossary),
119- expression (glossary), keyword (glossary),
120- Standalone Application Settings (glossary), download (glossary),
121- message (glossary), parameter (glossary), handler (glossary),
122- url (keyword), file (keyword), Internet library (library),
123- library (library), startup (message), openBackground (message),
124- preOpenStack (message), openStack (message), preOpenCard (message),
125- script (property)
117+ main stack (glossary), expression (glossary), keyword (glossary),
118+ download (glossary), message (glossary), parameter (glossary),
119+ handler (glossary), URL (keyword), file (keyword),
120+ Internet library (library), library (library), startup (message),
121+ openBackground (message), preOpenStack (message), openStack (message),
122+ preOpenCard (message), script (property)
126123
127124Tags: networking
128125
0 commit comments