You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To address this, we need a plug-in style approach for event deserialization and for state serialization. We'll need to migrate from the big IF blocks we currently have, to this.
This is a prerequisite for effective, wider-purpose extensions.
We'll need to be able to intercept/sanitize new types of events (e.g. ss-mycustomsafeevent), but also new types of objects (produced by libraries other than the supported by the core).
The text was updated successfully, but these errors were encountered:
I take some time to think on it. I think using the event name could be great. It's easy to explain and document. There is a risk of implementing same code on different sanitizer but it's not an issue.
To address this, we need a plug-in style approach for event deserialization and for state serialization. We'll need to migrate from the big IF blocks we currently have, to this.
This is a prerequisite for effective, wider-purpose extensions.
We'll need to be able to intercept/sanitize new types of events (e.g. ss-mycustomsafeevent), but also new types of objects (produced by libraries other than the supported by the core).
The text was updated successfully, but these errors were encountered: