We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a514d6 commit 0c17bf1Copy full SHA for 0c17bf1
src/encoding_binding.cc
@@ -306,8 +306,6 @@ void BindingData::EncodeInto(const FunctionCallbackInfo<Value>& args) {
306
307
// Encode a single string to a UTF-8 Uint8Array (not Buffer).
308
// Used in TextEncoder.prototype.encode.
309
-//
310
-
311
void BindingData::EncodeUtf8String(const FunctionCallbackInfo<Value>& args) {
312
Isolate* isolate = args.GetIsolate();
313
CHECK_GE(args.Length(), 1);
0 commit comments