Leo Kettmeir
Leo Kettmeir
```tsx /** @jsx h */ /** @jsxFrag Fragment */ import { h, Fragment } from "preact"; import { useState } from "preact/hooks"; export default function Component() { const [show, setShow]...
Closes #10298
and some other small things
closes #1699 TODO: - [ ] complete impl - [ ] typings - [ ] tests
Currently the API documentation is incomplete
https://github.com/denoland/deno_std/blob/1329dfaceb654b353bb3d1037dd328679f8349cc/node/http.ts#L165
This is causing issues for #2157