In our HTML tags, we are utilizing the data- prefix to link additional data with our elements. The information can be accessed using the this.dataset property in Chrome. However, due to our reluctance to verify if our functions operate correctly across various browsers and engines (specifically supporting FF and Chrome only, excluding Safari and IE), our application is currently experiencing issues in FF because it does not recognize "this.dataset". Do you think FF will eventually support this feature (considering our app won't be ready for another month or more), or should we consider rewriting our code?