Seems like allowFetchPassthrough was missing from the README, so this PR adds it.
I also fixed a test description for allowFetchPassthrough. The test was checking the right thing (that setting allowFetchPassthrough to true would set fallbackToNetwork to true as well), but the description said the opposite.
Seems like
allowFetchPassthrough
was missing from the README, so this PR adds it.I also fixed a test description for
allowFetchPassthrough
. The test was checking the right thing (that settingallowFetchPassthrough
totrue
would setfallbackToNetwork
totrue
as well), but the description said the opposite.