Could you expand this to also add telemetry for `rel=modulepreload` or should I open a separate bug for that? I just noticed that this is the way javascript module preloads are specified[[1]](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/modulepreload). I've opened Bug 1798319 to track adding support for that. Our current implementation doesn't use the preloaded module script, but fetches the script twice. Somehow the test is missing (I probably forgot to add it).
Bug 1797936 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Could you expand this to also add telemetry for `rel=modulepreload` or should I open a separate bug for that? I just noticed that this is the way javascript module preloads are specified[[1]](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/modulepreload). I've opened Bug 1798319 to track adding support for that. Our current implementation doesn't use the preloaded module script, but fetches the script twice. Somehow the test is missing. We only have a preload javascript test, not a preload module test, I probably forgot to add it.