From 3fd623b7952ebac94fc5f19fe1968ba8de647117 Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:48:27 +0100 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING-DART.md | 2 +- CONTRIBUTING-JS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING-DART.md b/CONTRIBUTING-DART.md index 92cedd33..d256b20e 100644 --- a/CONTRIBUTING-DART.md +++ b/CONTRIBUTING-DART.md @@ -133,7 +133,7 @@ All control filters can have a default state set. It's usually recommended if th #### Chapter pages -- When user opens an chapter, `getPageList` will be called and it will return a `List` that are used by the reader. +- When user opens an chapter, `getPageList` will be called and it will return a `List>` with a list of `{"url":string,"headers":Map}` that are used by the reader. #### Episode Videos diff --git a/CONTRIBUTING-JS.md b/CONTRIBUTING-JS.md index eaf8b417..3e269a69 100644 --- a/CONTRIBUTING-JS.md +++ b/CONTRIBUTING-JS.md @@ -97,7 +97,7 @@ a.k.a. the Latest source entry point in the app (invoked by tapping on the "Late #### Chapter pages -- When user opens an chapter, `getPageList` will be called and it will return an array of string that are used by the reader. +- When user opens an chapter, `getPageList` will be called and it will return an array of map like `{ url:string,headers:map }` that are used by the reader. #### Episode Videos