You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ We want you to focus on your projects instead of spending time on endless config
299
299
300
300
This gives you the opportunity to use the ES6 version that is **lighter** and supports a majority of modern browsers or the ES5 version that is **heavier** and supports older browsers... Goddamn IE.
301
301
302
-
Note that since **Highway** uses the Fetch API in order to make HTTP requests you'll have to use the [whatwg-fetch](https://github.com/github/fetch) polyfill for IE... Him again.
302
+
Note that since **Highway** uses the Fetch API in order to make HTTP requests you'll have to use the [**whatwg-fetch**](https://github.com/github/fetch) polyfill for IE... Him again.
303
303
Check out the [**Basic Polyfill**](https://github.com/Dogstudio/highway/tree/master/examples/basic-polyfill) example that uses the both ES5 version of **Highway** and the Fetch API polyfill.
0 commit comments