From de5ec481f13ff741fea198f53199f9991b633251 Mon Sep 17 00:00:00 2001 From: Paul Adenot Date: Tue, 16 Nov 2021 12:01:52 +0100 Subject: [PATCH] Fix the type of the Promise returned by VideoEncoder.isTypeSupported. This fixes #403. --- index.src.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.src.html b/index.src.html index 1077479f..c16f2faa 100644 --- a/index.src.html +++ b/index.src.html @@ -1167,7 +1167,7 @@ undefined reset(); undefined close(); - static Promise isConfigSupported(VideoEncoderConfig config); + static Promise isConfigSupported(VideoEncoderConfig config); }; dictionary VideoEncoderInit {