Why has the sendFile function disappeared from the documentation? #6446
Replies: 5 comments 3 replies
-
Methods on the website are sorted alphabetically. You can find the documentation for BTW expressjs.com website has its own repository expressjs/expressjs.com |
Beta Was this translation helpful? Give feedback.
-
Thank you, @krzysdz ... well, it's not in the sidebar on your public website: Then, where are the types? |
Beta Was this translation helpful? Give feedback.
-
@krzysdz Thanks but no, your official Express.js page still does not show the sendFile function: What server and cache mechanism do you use?
|
Beta Was this translation helpful? Give feedback.
-
Thanks. I think the confusion was that the |
Beta Was this translation helpful? Give feedback.
-
Ah, yes, there are two scroll bars. I can see now. The inner one was almost invisible. Hmm, having two scroll bars is not a good user experience. I would redesign this part. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Yo!
Thanks for all the hard work.
I just noticed some discrepancies between your documentation and type definitions around the crucial
sendFile
function. It is not there:My issue is that I'm running a video site, using this sendFile functionality heavily, and they can't view the video anymore. The filename and extension are missing.
Until then,
M.
Beta Was this translation helpful? Give feedback.
All reactions