Replies: 1 comment 2 replies
-
Hi! When first implemented PSD in dexie, I was not aware of other context-preserving techniques, which is the reason for its proprietary naming which is unique to Dexie.js. The concept is more known as zones (like angular's zone.js) or contexts, as known in libraries such as react, vue, svelte and solidjs. Dexie's PSD context is unique compared to other libraries in that it is preserved across async calls. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that Dexie patches Promises to enable async context and refers to this as "PSD" here.
I haven't heard of context propagation referred to as PSD before nor can I find it with some googling. Are there some original resources of context prop and PSD that you can refer me to?
I'm interested in learning more as I have context propagation problems I need to solve myself.
Beta Was this translation helpful? Give feedback.
All reactions