issues Search Results · repo:unbug/js-middleware language:JavaScript
Filter by
5 results
(123 ms)5 results
inunbug/js-middleware (press backspace or delete to remove)MiddlewareManager.use will throw exception if an empty object is passed as parameter.
Callstack
TypeError: _this._methodMiddlewares[methodName].push is not a function
at Array.forEach ( anonymous )
at ...
yowu
- 3
- Opened on May 19, 2020
- #7
Hi, I am searching for a middleware implement for our project. The solution looks promising.
In our case, sometimes, the middleware need to know some context information to fulfill its task. So, I am ...
yowu
- 5
- Opened on May 19, 2020
- #6
Is it possible to add execution order of middleware.
Let s say we have multiple middlewares (middleware1, middlewarr2, middleware3) attached to walk function.
It would be great if I could specify that ...
feature request
dikaso
- 2
- Opened on Oct 1, 2018
- #3
In the example code in README.md, there appears to be a typo:
middlewareManager.use( walk , walk);
It should be:
middlewareManager.use( walk , logger);
glachac
- 1
- Opened on Jun 20, 2017
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.