Promise support
See original GitHub issueAdding the ability to return promises if a callback is not supplied to the renderFile function
var renderedString = await ejs.renderFile(filepath, {data:'data'}, {options:options})
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:7 (2 by maintainers)
Top Results From Across the Web
PROMISE Support Center
Tech Support Contact Information: ; Promise Global Support email: support@promise.com. PROMISE U.S.A.. Phone : +1 (408) 645-3469. Phone : +1 (408) 876-5886 ...
Read more >Promises | Can I use... Support tables for HTML5, CSS3, etc
"Can I use" provides up-to-date browser support tables for support of front-end ... A promise represents the eventual result of an asynchronous operation....
Read more >Promise support definition and meaning - Collins Dictionary
If you support someone or their ideas or aims, you agree with them, and perhaps help them because you want them to succeed....
Read more >Promise - JavaScript - MDN Web Docs
The Promise object represents the eventual completion (or failure) of an ... used to wrap functions that do not already support promises.
Read more >PROMISe - PA Department of Human Services
PROMISe. Please use the links below to find the information you need. ... Provide high-quality supports and protections to vulnerable Pennsylvanians.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Would love to see this, in the meanwhile you can use
util.promisify
:Thoughts on adding this to the docs/README in the meanwhile @RyanZim?
Also I don’t see
ejs.renderFile
mentioned in the docs on the website at all, maybe we should add that to the docs section and also a note about Promise support.@jdalrymple This would need to be in the next major release, as we currently support all the way back to Node 0.10. We’re considering a major release, and if we did do such a release, we’d definitely consider this.