mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
UI: Added new locale-aware and configurable number formatting (#354)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
Download a file from the internet.
|
||||
|
||||
<b>Signature:</b>
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
wget(url: string, target: string, host?: string): Promise<boolean>;
|
||||
@@ -18,9 +18,9 @@ wget(url: string, target: string, host?: string): Promise<boolean>;
|
||||
| --- | --- | --- |
|
||||
| url | string | URL to pull data from. |
|
||||
| target | string | Filename to write data to. Must be script or text file. |
|
||||
| host | string | Optional hostname/ip of server for target file. |
|
||||
| host | string | _(Optional)_ Optional hostname/ip of server for target file. |
|
||||
|
||||
<b>Returns:</b>
|
||||
**Returns:**
|
||||
|
||||
Promise<boolean>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user