How do we know "officially" from js that we are in a PPR ? Suggestions are welcome.
Hi, assume to have a component which might be rendered either in a full
page or in a PPR context.
It needs to distinguish these alternatives since it might run some js
chunck requiring full DOM completion.
For example, on IE we are not allowed to modify the DOM before page
completion, thus we must delay by means of onLoad handling.
- [Trinidad] how to know that PPR is ongoing Renzo Tomaselli
- Re: [Trinidad] how to know that PPR is ongoing Matthias Wessendorf
- Re: [Trinidad] how to know that PPR is ongoin... Renzo Tomaselli
- Re: [Trinidad] how to know that PPR is on... Matthias Wessendorf

