ITADN

Memoize always rejects if getRaw rejects

#239ClosedBryceMehring 创建于 2026-02-09
B
BryceMehringcommented
If getRaw of memoize throws an exception, the pending object will forever reject. Upon rejection we should clear the pending object so that we can try that operation again. https://github.com/microlinkhq/keyvhq/blob/v2.1.15/packages/memoize/src/index.js#L62
关闭于 2026-02-10 1 条评论