| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d596803 commit 893999e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -450,7 +450,8 @@ void Blob::StoreDataObject(const FunctionCallbackInfo<Value>& args) { | |||
| 450 | 450 | std::string(*type, type.length()))); | |
| 451 | 451 | } | |
| 452 | 452 | ||
| 453 | - // TODO(@anonrig): Add V8 Fast API to the following function | ||
| 453 | + // Note: applying the V8 Fast API to the following function does not produce | ||
| 454 | + // performance benefits (ref: https://github.com/nodejs/node/pull/58544) | ||
| 454 | 455 | void Blob::RevokeObjectURL(const FunctionCallbackInfo<Value>& args) { | |
| 455 | 456 | CHECK_GE(args.Length(), 1); | |
| 456 | 457 | CHECK(args[0]->IsString()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments