Break out URL handlers into objects keyed by msg.type
#5475
michaelfig
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a plan to break out the handlers into objects with properties identifying what
msg.type
field they apply to. At that point, we can keep one handler per URL, which will be an object keyed by themsg.type
pointing to its latest installed implementation.Originally posted by @michaelfig in https://github.com/_render_node/MDIzOlB1bGxSZXF1ZXN0UmV2aWV3VGhyZWFkMjQzNzIxODk1OnYy/pull_request_review_threads/discussion
Beta Was this translation helpful? Give feedback.
All reactions