AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Polyfilling the Popover API
We're polyfilling the popover API, which is a really wonderful API that allows you to have not a modal, but anything that pops over. And so we're using the popoverAPI for our select menus that pop up for sorting. I'm even using the popOver API for the mobile navigation. So it's really interesting and it works really well because it's doing so little. It's essentially adding a class, adding a click handler and then adding some CSS.