You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
However, calling await transaction.start() is a duplication and leads to error because it is implicitly invoked by await database.transaction(), as can be seen from this snippet of code.
Although both forms are correct, keeping them both in the documentation will be confusing. I recommend that we keep the first one because it is simpler.