db.open() .then(connection => { // (A) return connection.select({ name: ... The second Promise chain is nested inside the .then() callback ...
確定! 回上一頁