- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 20 Apr 2021 01:45:51 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 April 2021 08:46:03 UTC
The |previousResult| var is mentioned up in various algorithms, but is not stored anywhere persistently... it also feels like an optimization (if you have a cached one, return it). Could we either: 1. put it somewhere as an internal slot. 2. drop it. My preference would be to drop previousResult. Caching a string (enum) value doesn't seems particularly useful. -- 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/permissions/issues/234
Received on Tuesday, 20 April 2021 08:46:03 UTC