tsndr / cloudflare-worker-router

A super lightweight router (1.0K) with middleware support and ZERO dependencies for Cloudflare Workers.
MIT License
227 stars 30 forks source link

Add websocket support #14

Closed connormckelvey closed 2 years ago

connormckelvey commented 2 years ago

The Cloudflare Response constructor's init parameter allows for a webSocket property. This PR adds mapping for the webSocket from the RouterResponse to the native Response object.