Add getBlobsV3 to LIGHTHOUSE_CAPABILITIES (#9330)

Forgot to add `ENGINE_GET_BLOBS_V3` to `LIGHTHOUSE_CAPABILITIES`.


  Add `ENGINE_GET_BLOBS_V3` to `LIGHTHOUSE_CAPABILITIES`.


Co-Authored-By: Daniel Knopik <daniel@dknopik.de>
This commit is contained in:
Daniel Knopik
2026-05-21 22:00:16 +02:00
committed by GitHub
parent 1caaa10fa8
commit b5d5644eeb

View File

@@ -94,6 +94,7 @@ pub static LIGHTHOUSE_CAPABILITIES: &[&str] = &[
ENGINE_GET_CLIENT_VERSION_V1,
ENGINE_GET_BLOBS_V1,
ENGINE_GET_BLOBS_V2,
ENGINE_GET_BLOBS_V3,
];
/// We opt to initialize the JsonClientVersionV1 rather than the ClientVersionV1