- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 19 May 2020 11:12:20 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 May 2020 18:12:32 UTC
@domenic commented on this pull request.
> @@ -2078,14 +2081,10 @@ dictionary IDBVersionChangeEventInit : EventInit {
};
</xmp>
-The <dfn attribute for=IDBVersionChangeEvent>oldVersion</dfn>
-attribute getter returns the previous version of the database.
+The <dfn attribute for=IDBVersionChangeEvent>oldVersion</dfn> getter steps are to return the value it was initialized to. It represents the previous version of the database.
Oh, I missed that this was an event interface. Yeah, then this seems good, for sure.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/335#discussion_r427502657
Received on Tuesday, 19 May 2020 18:12:32 UTC