Browse Source

[skip ci] fix one more doc in HttpBase (#9896)

Aleksandr Kuzmenko 4 years ago
parent
commit
88984af3d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/haxe/http/HttpBase.hx

+ 1 - 1
std/haxe/http/HttpBase.hx

@@ -34,7 +34,7 @@ private typedef StringKeyValue = {
 	platforms. There are two intended usages:
 
 	- call `haxe.Http.requestUrl(url)` and receive the result as a `String`
-	(not available on flash)
+	(only available on `sys` targets)
 	- create a `new haxe.Http(url)`, register your callbacks for `onData`,
 	`onError` and `onStatus`, then call `request()`.
 **/