webcomponents-cg / community-protocols

Cross-component coordination protocols
179 stars 12 forks source link

[context] recommend to keep weak references to subscribers #65

Closed jsebrech closed 1 month ago

jsebrech commented 1 month ago

Add a provider recommendation to safeguard against memory leaks by retaining callbacks with WeakRef.

Resolves #64