Skip to content

Commit 11f0182

Browse files
committed
[INTERNAL] lib/processors/jsdoc: Fix inconsistencies as reported by openui5 build
Adds some more Web APIs to the list of known globals. Cherry-picked from UI5/openui5@a7eb4e6d0.
1 parent f4d8111 commit 11f0182

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/processors/jsdoc/lib/ui5/template/publish.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,16 +2568,22 @@ const builtinTypes = {
25682568
Attr:true,
25692569
Blob:true,
25702570
DataTransfer:true,
2571+
DragEvent:true,
25712572
Document:true,
25722573
DOMException:true,
2574+
DOMRect:true,
25732575
Element:true,
25742576
Event:true,
25752577
File:true,
25762578
FileList:true,
2579+
FormData:true,
25772580
Headers:true,
25782581
HTMLDocument:true,
25792582
HTMLElement:true,
25802583
Node:true,
2584+
PerformanceResourceTiming:true,
2585+
Request:true,
2586+
Response:true,
25812587
Storage:true,
25822588
Touch:true,
25832589
TouchList:true,

0 commit comments

Comments
 (0)