Closed
Bug 1382634
Opened 7 years ago
Closed 4 years ago
Docs for File.lastModified property is missing
Categories
(Developer Documentation Graveyard :: API: File API, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pirate, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: New Documentation
Gecko Version: unspecified
Technical Contact:
:: Details
The lastModified property of a file object is documented in the corresponding W3C standard, but missing doc coverage in MDN
https://www.w3.org/TR/FileAPI/#dfn-FPdate
It's also mentioned & linked in the docs for the (deprecated) File.lastModifiedDate property
https://developer.mozilla.org/en-US/docs/Web/API/File/lastModifiedDate
I miss the permissions to create a page, thus I'm filing a bug ticket.
Comment 1•7 years ago
|
||
(In reply to Pat Mächler from comment #0)
> :: Developer Documentation Request
>
> Request Type: New Documentation
> Gecko Version: unspecified
> Technical Contact:
>
> :: Details
>
> The lastModified property of a file object is documented in the
> corresponding W3C standard, but missing doc coverage in MDN
> https://www.w3.org/TR/FileAPI/#dfn-FPdate
>
> It's also mentioned & linked in the docs for the (deprecated)
> File.lastModifiedDate property
> https://developer.mozilla.org/en-US/docs/Web/API/File/lastModifiedDate
>
> I miss the permissions to create a page, thus I'm filing a bug ticket.
If you'd like to document this, I can certainly create the page for you. Let me know!
Updated•7 years ago
|
Flags: needinfo?(pirate)
Comment 4•7 years ago
|
||
(In reply to Pat Mächler from comment #3)
> ping [:sheepy]
Oops! I'm so sorry! I missed your ping! The page is now created here:
https://developer.mozilla.org/en-US/docs/Web/API/File/lastModified
Flags: needinfo?(eshepherd)
Comment 5•4 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•