Uplink-Nodejs
1.0.8
Nods.js binding fo libUplink
|
Go to the source code of this file.
Functions | |
napi_value | download_infoc (napi_env env, napi_callback_info info) |
download_infoc function is called from the javascript file download_info returns information about the downloaded object . More... | |
napi_value | close_downloadc (napi_env env, napi_callback_info info) |
close_downloadc function is called from the javascript file close_downloadc closes the download . More... | |
napi_value | download_readc (napi_env env, napi_callback_info info) |
download_readc function is called from the javascript file download_readc reads the download . More... | |
napi_value | download_objectc (napi_env env, napi_callback_info info) |
download_objectc function is called from the javascript file download_objectc starts download to the specified key. More... | |
napi_value close_downloadc | ( | napi_env | env, |
napi_callback_info | info | ||
) |
close_downloadc function is called from the javascript file close_downloadc closes the download .
napi_value download_infoc | ( | napi_env | env, |
napi_callback_info | info | ||
) |
download_infoc function is called from the javascript file download_info returns information about the downloaded object .
napi_value download_objectc | ( | napi_env | env, |
napi_callback_info | info | ||
) |
download_objectc function is called from the javascript file download_objectc starts download to the specified key.
napi_value download_readc | ( | napi_env | env, |
napi_callback_info | info | ||
) |
download_readc function is called from the javascript file download_readc reads the download .