SMJS: Add the elinks.load_uri(uri, callback) interface.
commite27596c5dce1c451e7951ba50d9b64ac9482a33a
authorMiciah Dashiel Butler Masters <miciah@myrealbox.com>
Sun, 30 Apr 2006 04:22:11 +0000 (30 04:22 +0000)
committerMiciah Dashiel Butler Masters <miciah@FroodyComp.localdomain>
Sun, 30 Apr 2006 04:22:11 +0000 (30 04:22 +0000)
tree361597f486710f76f1718c4e73a8c9468ba07bc1
parent3b64f2e9e813da4b54a6720eed5a7c67af9a70b7
SMJS: Add the elinks.load_uri(uri, callback) interface.

|callback| will be applied to the cache object when the download of
|uri| completes.
src/scripting/smjs/Makefile
src/scripting/smjs/elinks_object.c
src/scripting/smjs/load_uri.c [new file with mode: 0644]
src/scripting/smjs/load_uri.h [new file with mode: 0644]