Nicolas Cannasse 19 年之前
父节点
当前提交
c0e972bbb4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/js/Dom.hx

+ 1 - 1
std/js/Dom.hx

@@ -378,7 +378,7 @@ typedef Location = {
 	var search : String;
 
 	function assign( url : String ) : Void;
-	function reload() : Void;
+	function reload( ?useCache : Bool ) : Void;
 	function replace( url : String ) : Void;
 }