On second thought, what's the difference between prollyfills and libraries exposed web APIs in a functional style (e.g., node1._replaceWith(node2) vs replaceWith(node2, node1)? Or in a wrapper style like jquery does? Prefixing APIs doesn't seem to be that different from using custom APIs? You might say the prefixing approach resembles native APIs more closely, but when changing your code to use native APIs, modifying one character or several doesn't really make much difference (they are the same if you find & replace), as long as you have to modify the code.
- Is polyfilling future web APIs a good idea? Glen Huang
- Re: Is polyfilling future web APIs a good idea? Brian Kardell
- Re: Is polyfilling future web APIs a good idea? Glen Huang
- Re: Is polyfilling future web APIs a good id... Brian Kardell
- Re: Is polyfilling future web APIs a goo... Glen Huang
- Re: Is polyfilling future web APIs ... Brian Kardell
- Re: Is polyfilling future web A... Glen Huang
- Re: Is polyfilling future w... Matthew Robb
- Re: Is polyfilling future w... MOHAN ARUN
- Re: Is polyfilling future w... Glen Huang
- Re: Is polyfilling future w... Brian Kardell
- Re: Is polyfilling future w... Glen Huang
- Re: Is polyfilling future w... Brian Kardell
- Re: Is polyfilling future w... Glen Huang
- Re: Is polyfilling future w... William Jeffries