This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -51,5 +51,16 @@ Description:
5151Sent when updates on ongoing url requests are communicated. This message
5252is periodically sent to the object whose script initiated the operation.
5353
54+ >*Warning:* The <urlProgress> message is not part of the libUrl or tsNet
55+ > libraries. It is instead implemented in the mobile engine, whose
56+ > network-related functionality can not be used together with those
57+ > libraries in a standalone. Adding either of the "Internet" or "tsNet"
58+ > Inclusions will result in overriding/replacing any network-related
59+ > functionality that is implemented in the mobile engine, including the
60+ > <urlProgress> message.
61+ > To use the <urlProgress> message in a mobile standalone, ensure that
62+ > the "Internet" and "tsNet" Inclusions are not added in the standalone
63+ > settings.
64+
5465References: put (command), post (command), load (command)
5566
Original file line number Diff line number Diff line change 1+ # Added a warning to the urlProgress documentation that the libUrl and tsNet libraries disable it.
You can’t perform that action at this time.
0 commit comments