Home » Backbone.js emulateJSON()

Backbone.js emulateJSON()

by Online Tutorials Library

Backbone.emulateJSON()

The Backbone.emulateJSON method is set to true to handle the requests encoded with application/json because the legacy web server cannot handle requests encoded as application/json.

Syntax:

Let’s take an example.

See this example:

You may also like