package js.html; typedef IClientRectList = { final length : Float; function item(index:Float):ClientRect; };