JS: Add caveat about precision issue

This commit is contained in:
Asger F
2025-03-27 14:27:00 +01:00
parent 7de6a1e1c5
commit e52bea630a

View File

@@ -540,6 +540,7 @@ Additionally there is a component related to middleware functions:
- **GuardedRouteHandler** interprets the current value as a middleware function, and selects any route handler function that comes after it in the routing hierarchy.
This can be used to model properties injected onto request and response objects, such as **req.db** after a middleware that injects a database connection.
Note that this currently over-approximates the set of route handlers but may be made more accurate in the future.
Additional notes about the syntax of operands: