You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the last use of setprototypeof (#10) (c56e305)
BREAKING CHANGES
Router was previously a function, but now is an object. This API changes codde like app.use(router) to app.use(router.handle.bind(router). Checkout the test/Router.mjs tests.