Open
Bug 1958920
Opened 21 days ago
Updated 4 days ago
Error: Unknown DOM type: AllowSharedBufferSource
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox-esr128 unaffected, firefox137 unaffected, firefox138 unaffected, firefox139 fix-optional)
NEW
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox137 | --- | unaffected |
firefox138 | --- | unaffected |
firefox139 | --- | fix-optional |
People
(Reporter: zombie, Unassigned, NeedInfo)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
It looks like bug 1696216 introduced the AllowSharedBufferSource
type not defined in webidl, which is breaking building our dom typelib.
From dom-lib-generator, I expect we need to add a typedef somewhere that results in this:
https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/4a6d7cb3c0a2893eb08145d7c0d28fc9b9575a41/baselines/ts5.5/audioworklet.generated.d.ts#L1431
Comment 1•21 days ago
•
|
||
Oh, true, the parser adds an IDL internally without an IDL file. Bug 1957934 intends to change this.
Comment 2•21 days ago
|
||
Set release status flags based on info from the regressing bug 1696216
status-firefox137:
--- → unaffected
status-firefox138:
--- → unaffected
status-firefox139:
--- → affected
status-firefox-esr128:
--- → unaffected
Comment 3•6 days ago
|
||
The severity field is not set for this bug.
:andi, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(bpostelnicu)
Updated•4 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•