Comment on Show HN: Winamp and other media players, rebuilt for the web with Web ComponentsparentComments−spankalee1yOne small bit of feedback: you should look into using adoptedStyleSheets. They're very well supported now, and give a nice perf boost for repeated elements. You can fall back to <style> in the shadow root if the user's browser doesn't support them.−HeffOP1yIiiinteresting. Some how I'd missed that so far. Thanks for the tip.
Comments
One small bit of feedback: you should look into using adoptedStyleSheets. They're very well supported now, and give a nice perf boost for repeated elements. You can fall back to <style> in the shadow root if the user's browser doesn't support them.
Iiiinteresting. Some how I'd missed that so far. Thanks for the tip.