소스 검색

[neko] removed deprecation from neko.Web (#9153)

Aleksandr Kuzmenko 4 년 전
부모
커밋
4542ba2d9b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      std/neko/Web.hx

+ 0 - 1
std/neko/Web.hx

@@ -28,7 +28,6 @@ import haxe.ds.List;
 	This class is used for accessing the local Web server and the current
 	client request and information.
 **/
-@:deprecated('neko.Web is deprecated and will be removed from standard library in Haxe 4.2')
 class Web {
 	/**
 		Returns the GET and POST parameters.