Hiroki Nakagawa
Hiroki Nakagawa
Hi, we're expanding the syntax for speculation rules to allow developers to specify the `target_hint` field. This field provides a hint to indicate a target navigable where a prerendered page...
Regarding AudioWorklet-specific `getProcessorStatus()`, I have no opinions. I'd like to hear @hoch's thoughts. Regarding generic `isModuleLoaded()` and `getModuleStatus()`, implementation-wise it'd be easy to implement this in Chromium. I assume each...
Does the use case want to know if module script files are not only loaded but also evaluated? If so, this could be a bit complicated because the Worklet's module...
I'm supportive of this proposal if there are valid use cases in real applications. This will also help us to write more solid WPTs as @hiroshige-g mentioned. I'm curious how...