[w3c/IndexedDB] IDBTransaction's error attribute can return null but isn't nullable (#312)

https://w3c.github.io/IndexedDB/#dom-idbtransaction-error says it can return null, but the IDL contains `readonly attribute DOMException error;`.

-- 
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/issues/312

Received on Thursday, 12 December 2019 16:07:32 UTC