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
Like was done for commit c3a7b35, we could remove all the Unarchive Event sub-classes in archive/events.js and replace them with @typedef data structures and attach to CustomEvents.
I want to do this for two reason:
It provides a better DX for subscribing to events with methods like onExtract() that the IDE can give hints for. We can keep addEventListener() around for backwards-compatibility.
It aligns the archive package with the image package.
The text was updated successfully, but these errors were encountered:
Like was done for commit c3a7b35, we could remove all the Unarchive Event sub-classes in
archive/events.js
and replace them with@typedef
data structures and attach toCustomEvent
s.I want to do this for two reason:
addEventListener()
around for backwards-compatibility.archive
package with theimage
package.The text was updated successfully, but these errors were encountered: