develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 796

  1. …in reply to @BenLesh
    @BenLesh The fetch() example would probably be pretty reasonable. fetch('foo.json') |> await |> (res) => res.json() |> await |> (foo) => foo.bar; I guess the first await could be done normally if order of operations is kind.