(req, res)
| 1 | import type { PlasmoMessaging } from "@plasmohq/messaging" |
| 2 | |
| 3 | const handler: PlasmoMessaging.MessageHandler = async (req, res) => { |
| 4 | // const message = await querySomeApi(req.body.id) |
| 5 | // |
| 6 | // res.send({ |
| 7 | // message |
| 8 | // }) |
| 9 | } |
| 10 | |
| 11 | export default handler |
nothing calls this directly
no outgoing calls
no test coverage detected