- From: Cameron McCormack <cam@mcc.id.au>
- Date: Sun, 17 May 2015 15:49:53 +1000
- To: www-style@w3.org
The definition for FontFaceSet.load says that the promise that’s returned is resolved with the result of waiting for each of the promises that come from calling load on each matching FontFace. I’m assuming that this is meant to be the same as calling Promise.all, but that’s not said, and Promise.all requires specific behaviour such as rejecting the promise as soon as one of its dependent promises is rejected. So if that behaviour is desired, Promise.all should be mentioned. -- Cameron McCormack ≝ http://mcc.id.au/
Received on Sunday, 17 May 2015 05:50:20 UTC