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 d596803 commit 893999eCopy full SHA for 893999e
src/node_blob.cc
@@ -450,7 +450,8 @@ void Blob::StoreDataObject(const FunctionCallbackInfo<Value>& args) {
450
std::string(*type, type.length())));
451
}
452
453
-// TODO(@anonrig): Add V8 Fast API to the following function
+// Note: applying the V8 Fast API to the following function does not produce
454
+// performance benefits (ref: https://github.com/nodejs/node/pull/58544)
455
void Blob::RevokeObjectURL(const FunctionCallbackInfo<Value>& args) {
456
CHECK_GE(args.Length(), 1);
457
CHECK(args[0]->IsString());
0 commit comments