Browse Source

Add js.html.Console.clear().

Bruno Garcia 10 năm trước cách đây
mục cha
commit
6265f79436
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      std/js/html/Console.hx

+ 1 - 0
std/js/html/Console.hx

@@ -45,4 +45,5 @@ extern class Console
 	function profileEnd( data : haxe.extern.Rest<Dynamic> ) : Void;
 	function assert( condition : Bool, data : haxe.extern.Rest<Dynamic> ) : Void;
 	function count( data : haxe.extern.Rest<Dynamic> ) : Void;
+	function clear() : Void;
 }