Skip to content

Commit e515eb8

Browse files
dario-piotrowiczaduh95
authored andcommitted
src: replace V8 Fast API todo comment with note comment
PR-URL: #58614 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 133b10a commit e515eb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_blob.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ void Blob::StoreDataObject(const FunctionCallbackInfo<Value>& args) {
447447
std::string(*type, type.length())));
448448
}
449449

450-
// TODO(@anonrig): Add V8 Fast API to the following function
450+
// Note: applying the V8 Fast API to the following function does not produce
451+
// performance benefits (ref: https://github.com/nodejs/node/pull/58544)
451452
void Blob::RevokeObjectURL(const FunctionCallbackInfo<Value>& args) {
452453
CHECK_GE(args.Length(), 1);
453454
CHECK(args[0]->IsString());

0 commit comments

Comments
 (0)