Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-08-03 16:40:09 +03:00
parent 04df218ee9
commit 38f6edb08b

View File

@ -4494,6 +4494,12 @@ var HTMLBrowserPrototype = {
// Renderers (DOM)... // Renderers (DOM)...
// //
// XXX add a render mode where we replace specific element's .dom...
// ...this could be done via:
// .renderUpdate(..) -- like .renderFinalize(..) but replaces nodes...
// needs more thought...
//
//
// Prepare context for maintaining scroll offset... // Prepare context for maintaining scroll offset...
// //
// XXX need a counterpart to this to finalize the context on any render... // XXX need a counterpart to this to finalize the context on any render...