Memoize always rejects if getRaw rejects
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 条评论