- Description:
A javascript module to handle user ajax actions.
- Source:
- Copyright:
- 2018 Victor Deniz
- 2018 Victor Deniz
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
A javascript module to handle user ajax actions.
Methods
(inner) getRecentItems(limit) → {promise}
- Description:
Get the list of items that the user has most recently accessed.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
limit |
int | Only return this many results |
Returns:
Resolved with an array of items
- Type
- promise