Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 818 Bytes

COMPATIBILITY.md

File metadata and controls

27 lines (18 loc) · 818 Bytes

Compatibility

This file is the canonical resource for compatibility goals for the libraries that make up Sinon.JS.

ES5.1

The source is written as ES5.1 and requires no transpiler or polyfills.

Sinon.JS uses feature detection to support ES6 features, but does not rely on any of the new syntax introduced in ES6 and remains compatible with ES5.1 runtimes.

Runtimes

Sinon.JS aims at supporting the following runtimes:

  • Firefox 45+
  • Chrome 48+
  • Internet Explorer 11+
  • Edge 14+
  • Safari 9+
  • Node LTS versions

Sauce Test Status