script: Ensure promises are considered DOM interfaces when generating bindings. (#36107)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-03-23 13:53:57 -04:00 committed by GitHub
parent 8c2ac88ad0
commit 4814cbdb1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -616,3 +616,5 @@ namespace TestNS {
const unsigned long ONE = 1;
const unsigned long TWO = 0x2;
};
typedef Promise<undefined> PromiseUndefined;