- From: Joshua Bell <notifications@github.com>
- Date: Mon, 24 Jun 2019 16:00:47 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 24 June 2019 23:01:11 UTC
+1 to [Cached] - it's basically what we do in Blink, and end up writing `[SameObject, SaveSameObject]` to enable autogenerated caching. Aside: I'd love to put [SameObject] on IDBObjectStore and IDBIndex's `keyPath` attributes, but they can produce string or Array-of-string results. So if we can drop the restriction requiring the type to be `object` or an Interface, I'd like that too. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/212#issuecomment-505212620
Received on Monday, 24 June 2019 23:01:11 UTC