Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

performance API not calculating(for every action) the dom load timing,page load time..etc properly in firefox and the same works fine in chrome browser.

  • Aucune réponse
  • 1 a ce problème
  • 1 vue
more options

performance API not calculating(for every action) the dom load timing,page load time..etc properly in firefox and the same works fine in chrome browser.

1) Launch and login to an application/any application in firefox. 2) Calculate the performance navigation timings 3) Do an action in the application and the performed action page loads the page (DOM changes) 4) Calculate the performance navigation timings now again.

Expected: The PerformanceNavigationTiming attributes are not updating on every action even there is a change in DOM. Actual: The PerformanceNavigationTiming attributes should be updated for every action if there is a change in DOM.

The above behaviour is working fine in chrome.

performance API not calculating(for every action) the dom load timing,page load time..etc properly in firefox and the same works fine in chrome browser. 1) Launch and login to an application/any application in firefox. 2) Calculate the performance navigation timings 3) Do an action in the application and the performed action page loads the page (DOM changes) 4) Calculate the performance navigation timings now again. Expected: The PerformanceNavigationTiming attributes are not updating on every action even there is a change in DOM. Actual: The PerformanceNavigationTiming attributes should be updated for every action if there is a change in DOM. The above behaviour is working fine in chrome.