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, });