Some internet feature requests

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
massung
Posts: 93
Joined: Thu Mar 19, 2009 5:34 pm

Some internet feature requests

Post by massung » Mon Jan 11, 2010 6:56 am

1. Just as LOAD is an asynchronous GET, it would be nice to have an asynchronous POST.

2. The ability to cancel an asynchronous LOAD in progress (perhaps LOAD could put a handle in it that could be used to CANCEL the operation if it hasn't completed yet?). Similarly, canceling an asynchronous POST as well.

3. It would be nice if commands that take callbacks could also take some user data that could be forwarded to the callback as well. Right now we're stuck using static or global variables for what are often one-time operations.

Thanks!

Jeff M.

Post Reply