dbarnett
06/19/2020, 6:41 PMpageData.fetch.promise
, I was trying to run multiple of these in parallel with a Promise.all()
as would be expected, but seems each of them still processes "synchronously" when initiated ... not really sure why they wrote the API that way