Chetan Lohkare

Results 10 comments of Chetan Lohkare

### This is my first time contributing to an open-source project! I reviewed the contribution guidelines ([CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md)) after submitting my pull request, and I noticed there's already another PR open...

![image](https://github.com/rrweb-io/rrweb/assets/55937356/a333a3bd-9027-479f-aa77-350d75e11cc2) @sandeshmurdia I also faced a similar issue. Let me know if you find any solution. My replayer is stuck on a particular point.

Hello @MildTomato, Could you please review this once. This has been pending for a while :)

Hello @MildTomato & @saltcod, I completed the changes, please let me know if anything else is required here.

My solution towards this problem will be, implementing a "**pageunload**" event listener and as soon as it gets triggered store the events/data in session-storage. when starting the recording again add...

@mydea I have 2 questions, 1. Will it delay the refresh of the page? 2. If the data is being sent and we reload the page. Does the event request...

Hey @kmlwlkwk, can you please explain in which sense it will be expensive and what are the critical things?

@ericmeadows You are passing wrong value in `maskInputOptions`, it accepts an object with following keys with boolean values. { color: boolean; date: boolean; 'datetime-local': boolean; email: boolean; month: boolean; number:...