Skip to content
#

browser-support

Here are 14 public repositories matching this topic...

I built and planned this little JavaScript demo application for Browser Support. First of all, I analyzed the market to find which resources I can use to find out which feature is supported by which browser and which market share that feature has. Then, I used different techniques: feature detection with fallback code, manual polyfills and Babel.

  • Updated Mar 29, 2024
  • JavaScript

This JavaScript demo uses Webpack to bundle my code and Babel to translate it to older JavaScript code that runs in older browsers as well. I integrated Google Maps library to this project to display a map on the screen. I also created a sharable link with the clipboard API which people can use to load the place in a other page.

  • Updated Mar 29, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the browser-support topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the browser-support topic, visit your repo's landing page and select "manage topics."

Learn more