Skip to content

Custom polyfill for each browser via User-Agent, powered by Vercel and polyfill-library

License

Notifications You must be signed in to change notification settings

Tim-Paik/polyfill-vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polyfill Vercel

What's this?

A service similar to Polyfill.io, but based on Vercel Serverless Functions. minimal code, using polyfill-library for the underlying layer.

Deploy with Vercel

Why?

There are lots of differing browsers and browser versions in use throughout the world, each one has a slightly different set of features to the rest. This can make developing for browsers a difficult task. The latest versions of the popular browsers can do lots of things which older browsers can not – but you may still have to support the older browsers. Polyfill.io makes it simpler to support differing browsers by attempting to recreate the missing features with polyfills: You can make use of the latest and greatest features in browsers which support them, and in those that do not.

from Polyfill.io

About

Custom polyfill for each browser via User-Agent, powered by Vercel and polyfill-library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published