Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Backport allows you to check the status of any JS API feature so that your script can act accordingly.

Availability

Backport.js v0.1 and above

Syntax

Code Block
var returnValue = backport("featureName");

...