- From: Marijn Kruisselbrink <notifications@github.com>
- Date: Tue, 14 Apr 2020 12:56:00 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 April 2020 19:56:13 UTC
Relevant realm/settings object needs to be applied to a particular platform object (i.e. `this`). (which coincidently is also part of the reason of the mix of current and relevant in NFS, static methods like getSystemDirectory don't have a |this|/platform object, so relevant realm doesn't make sense in that context, hence why that uses the current settings object instead (which also matches what our bindings do for CallWith=ScriptState on static methods). Most of the other cases of current realm in NFS should probably be relevant though, I'll need to fix that...) -- 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/330#issuecomment-613649636
Received on Tuesday, 14 April 2020 19:56:13 UTC