Manga
Core Methods
getProviders
const providers = ctx.manga.getProviders()
for (const providerId in providers) {
console.log("ID:", providerId, "Name:", providers[providerId])
}getChapterContainer
getDownloadedChapters
getCollection
refreshChapters
emptyCache
Last updated