GoogleChromeLabs / tasklets

177 stars 17 forks source link

Preserve equality across tasklet boundaries #13

Open surma opened 7 years ago

surma commented 7 years ago
const thing1 = await api.thing;
const thing2 = await api.thing;
thing1 == thing2; // should be true