Skip to content

Commit

Permalink
added loginUrlcb, still need to be finished
Browse files Browse the repository at this point in the history
  • Loading branch information
AtibQur committed Dec 18, 2024
1 parent 292a421 commit 2c42cf0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const cx = await CheerpX.Linux.create({
```
Here, the `controlUrl` is used to point the CheerpX instance to a custom self-hosted server.

<!-- ### `loginUrlCb`
### `loginUrlCb`

```ts
loginUrlCb?: (url: string) => void;
Expand All @@ -129,7 +129,7 @@ The `loginUrlCb` is a callback function designed to handle login URLs during the

```

**Explanation** -->
**Explanation**

### StateUpdateCb

Expand Down

0 comments on commit 2c42cf0

Please sign in to comment.