Skip to content

Commit

Permalink
Session content formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IHIutch committed Oct 27, 2024
1 parent 432fdf5 commit 17a089a
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions docs/api/server/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,27 @@ export function clearSession(
): Promise<void>
```

## :::
:::

---

### `sealSession(event, config)`: Seal the session
### `sealSession(event, config)`

Seal the session

::: details Signature

```ts
export function sealSession(event: HTTPEvent, config: SessionConfig): void
export function sealSession(
event: HTTPEvent,
config: SessionConfig
): void
```

:::

---

### `unsealSession`

Unseal the session
Expand Down Expand Up @@ -181,5 +194,3 @@ export function unsealSession(
```

:::

---

0 comments on commit 17a089a

Please sign in to comment.