From ae9753046c25de2ba8bb60d7c84bdaff3272198c Mon Sep 17 00:00:00 2001 From: copy Date: Wed, 21 Jan 2015 04:06:21 +0100 Subject: [PATCH] Infos --- docs/samples/async_load.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/samples/async_load.html b/docs/samples/async_load.html index 790c02cf..afe6c81c 100644 --- a/docs/samples/async_load.html +++ b/docs/samples/async_load.html @@ -25,8 +25,11 @@ window.onload = function() }, cdrom: { url: "https://dl.dropboxusercontent.com/u/61029208/dsl-4.11.rc2.iso", - size: 52824064, async: true, + + // size can be determined automatically, but costs an extra request + // and might not work reliably + size: 52824064, }, autostart: true, });