Skip to content

Commit

Permalink
Added documentation for isReady
Browse files Browse the repository at this point in the history
Co-Authored-By: siroossha <[email protected]>
Co-Authored-By: negar-kln <[email protected]>
  • Loading branch information
3 people committed Dec 30, 2022
1 parent b647368 commit f4f4ff2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ await fula.mv(

```

```js
//checks if fula is ready (initialized through newClient or init)
const result //returns true if succesful and false if fails
=
await fula.isReady();

```

```js
//checks if client can reach server
const result //returns true if it can, and false if it cannot
Expand Down

0 comments on commit f4f4ff2

Please sign in to comment.