cloudflare / worker-template-router

231 stars 85 forks source link

Fix Router methods to use handle(), not handler(). #12

Closed 13rac1 closed 5 years ago

13rac1 commented 5 years ago

Fix handler() doesn't exist on the Router class. Plus, slight performance increase for Path matching.

Found both of these issues when I converted it to strict TypeScript https://github.com/13rac1/cloudflare-ts-worker-template-router