Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.4 KB

v7.2.6.md

File metadata and controls

51 lines (37 loc) · 1.4 KB
layout title release_id
page
API documentation - Sinon.JS
v7.2.6

{{page.title}} - {{page.release_id}}

This page contains the entire Sinon.JS API documentation along with brief introductions to the concepts Sinon implements.

{% include docs/migration-guides.md %}

Compatibility

ES5.1

Sinon {{page.release_id}} is written as ES5.1 and requires no transpiler or polyfills to run in the runtimes listed below.

Supported runtimes

{{page.release_id}} has been verified in these runtimes:

There should not be any issues with using Sinon {{page.release_id}} in newer versions of the same runtimes.

If you need to support very old runtimes that have incomplete support for ES5.1 you might get away with using loading es5-shim in your test environment.

{% include docs/contribute.md %}