Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also enable PITR and abort() APIs without "experimental".
Point-in-time recovery is only supported for SQLite-backed DOs in production; PITR methods will throw for non-SQLite namespaces. abort() will work for all DOs. I think we've generally agreed this should be made public, but it's especially needed with the PITR APIs since you need a way to restart the object immediately after calling `onNextSessionRestoreBookmark()`.
- Loading branch information