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
Can I extend this module, to allow injection of the storage location of offline events. So, that as per the application need developer can inject. By default it would in-memory array only. So, that it stays backward compatible.
Let me know your thoughts.
Regards
Mohit Thakral
The text was updated successfully, but these errors were encountered:
Do you want to extend it with localStorage and/or sessionStorage as per HTML5?
If you keep it fully backwards compatible, add an acceptable suite of unit tests, and ensure there is no requirement on another module / package, then absolutely. You just need to submit a PR for the change and I will be happy to code review, provide feedback, and assist you in getting the change in.
Hi,
Can I extend this module, to allow injection of the storage location of offline events. So, that as per the application need developer can inject. By default it would in-memory array only. So, that it stays backward compatible.
Let me know your thoughts.
Regards
Mohit Thakral
The text was updated successfully, but these errors were encountered: