js/dataLoader.js
Handles loading of data files: films, series, collections, and notifications.
- Source:
Methods
(static) fetchAllData() → {Object}
Fetches all necessary data files: films, series, and collections.
- Source:
Returns:
An object containing films, series, and collections data.
- Type
- Object