camsong / fetch-ie8

A window.fetch JavaScript polyfill supporting IE8
MIT License
279 stars 33 forks source link

Compatibility when defining the global object #5

Closed msuperina closed 8 years ago

msuperina commented 8 years ago

In environments where window is not defined, line 416 would result in an error 'fetch is not defined'. At this stage self.fetch is always defined and can be used.

camsong commented 8 years ago

Released https://github.com/camsong/fetch-ie8/releases/tag/v1.4.3