From 92d45c73e524c5abee7f5815c1cfeca79389113f Mon Sep 17 00:00:00 2001 From: Ed Preston Date: Thu, 12 Feb 2026 01:49:53 +1100 Subject: [PATCH] utils : update probeAsync jsdoc (#32995) --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index b40798e2f5014a..40ed0bb310a346 100644 --- a/src/utils.js +++ b/src/utils.js @@ -356,7 +356,7 @@ function warnOnce( ...params ) { * main thread. This is useful for GPU-CPU synchronization in WebGL contexts. * * @private - * @param {WebGLRenderingContext|WebGL2RenderingContext} gl - The WebGL rendering context. + * @param {WebGL2RenderingContext} gl - The WebGL rendering context. * @param {WebGLSync} sync - The WebGL sync object to wait for. * @param {number} interval - The polling interval in milliseconds. * @return {Promise} A promise that resolves when the sync completes or rejects if it fails.