honojs / website

Repository for hono.dev
https://hono.dev
68 stars 208 forks source link

docs: use `upgradeWebSocket()` instead in adapter example #392

Closed ryuapp closed 2 weeks ago

ryuapp commented 2 weeks ago

A deprecated function is used in the example, this PR fixes it.

Ref: #391

yusukebe commented 2 weeks ago

@ryuapp

Great! This is what I wanted to do!