Bug #2305
.toString() is not working on duktape
Status: | Fixed | Start date: | 10/30/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | API | |||
Target version: | 4.8 | |||
Found in version: | Latest BE | Platform: | Linux |
Description
var a = showtime.httpReq(somelink).toString();
a != string
Associated revisions
ecmascript/http.js: Make sure toString() always makes a string
Fixes #2305
History
#1
Updated by Andreas Smas over 7 years ago
- Status changed from New to Accepted
Turns out that for content that the charset verifier does not need to modify it will just pass it through (as a buffer)
easy to fix
#2
Updated by Andreas Smas over 7 years ago
- Status changed from Accepted to Fixed
- % Done changed from 0 to 100
Applied in changeset git|1c1d1f8a14c37d7b991594c919d16af5916825aa.