hi
is there any preloading logic in chromium based on the current web page and user's interaction? Except speculation rules.
I only found NavigationPredictor and Preloading Decider. And only pointer hover event in NavigationPredictor is predicted by MLModel , the other informations is used for ukm recording. PreloadingDecider only receives viewport's biggest anchor element and pointer down and hover event.
Are there any part I missed?
Thanks!!!