Closed specnazzz closed 8 years ago
The function call createWriter will fail in IE8, because there is a trailing comma when creating the handlers map. This trailing comma will create an additional map item that has a key of undefined and transit will throw an error.
createWriter
handlers
undefined
Released as v0.5.3
v0.5.3
The function call
createWriter
will fail in IE8, because there is a trailing comma when creating thehandlers
map. This trailing comma will create an additional map item that has a key ofundefined
and transit will throw an error.