-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Would you be willing to accept a PR that fixes that, and adds an engines.node declaration?
for reference, the actual entire implementation of it in node 0.10 is:
function (encoding) {
switch (encoding && encoding.toLowerCase()) {
case 'hex':
case 'utf8':
case 'utf-8':
case 'ascii':
case 'binary':
case 'base64':
case 'ucs2':
case 'ucs-2':
case 'utf16le':
case 'utf-16le':
case 'raw':
return true;
default:
return false;
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels