Add PromiseRejectionEvent interface to interface tests

This commit is contained in:
CYBAI 2018-08-26 21:42:30 +08:00
parent f952d7ce0a
commit 0f249e1eb6
2 changed files with 2 additions and 0 deletions

View file

@ -189,6 +189,7 @@ test_interfaces([
"PopStateEvent", "PopStateEvent",
"ProcessingInstruction", "ProcessingInstruction",
"ProgressEvent", "ProgressEvent",
"PromiseRejectionEvent",
"RadioNodeList", "RadioNodeList",
"Range", "Range",
"Request", "Request",

View file

@ -40,6 +40,7 @@ test_interfaces([
"PerformanceObserverEntryList", "PerformanceObserverEntryList",
"PerformancePaintTiming", "PerformancePaintTiming",
"ProgressEvent", "ProgressEvent",
"PromiseRejectionEvent",
"Request", "Request",
"Response", "Response",
"TextDecoder", "TextDecoder",