diff --git a/src/node_blob.cc b/src/node_blob.cc index e8c0795fcaac60..0bc4eb7e9318b5 100644 --- a/src/node_blob.cc +++ b/src/node_blob.cc @@ -450,7 +450,8 @@ void Blob::StoreDataObject(const FunctionCallbackInfo& args) { std::string(*type, type.length()))); } -// TODO(@anonrig): Add V8 Fast API to the following function +// Note: applying the V8 Fast API to the following function does not produce +// performance benefits (ref: https://github.com/nodejs/node/pull/58544) void Blob::RevokeObjectURL(const FunctionCallbackInfo& args) { CHECK_GE(args.Length(), 1); CHECK(args[0]->IsString());