Yes: https://developer.mozilla.org/en-US/docs/Web/API/Window/unload_event Apparently, this happens when you use Window.addXxxHandler (and for instance the default PlaceController's delegate calls Window.addClosingHandler, which registers an unload handler but is only interested in the beforeunload event)
On Thursday, January 25, 2024 at 5:18:39 PM UTC+1 [email protected] wrote: > Hello. > > Browsers running our GWT application (version 2.11) have recently (this > week) started reporting errors like this one: > > [{"age":41550,"body":{"columnNumber":192,"id":"UnloadHandler > ","lineNumber":3210,"message":"Unload event listeners are deprecated and > will be removed.","sourceFile":"ourmodule-0.js"},"type":"deprecation"," > url":"oururl","user_agent":"Mozilla/5.0 (Linux; Android 10; K) > AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile > Safari/537.36"}] > > Any idea about why is this happening? Is GWT using a deprecated browser > feature? > > Thanks! > Oscar > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/799bc04c-f440-4e42-a108-0f21f36cdbf7n%40googlegroups.com.
