Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
resolve conflict
resolve conflict
  • Loading branch information
YuichiNukiyama committed Jan 15, 2016
commit 18ffc20bcbf66cba1aa820fd36d5e5fb8b0db7ce
7 changes: 7 additions & 0 deletions inputfiles/overridingTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,13 @@
"interface": "DataTransferItemList",
"signatures": ["[index: number]: DataTransferItem"]
},
{
"kind": "constructor",
"interface": "StorageEvent",
"signatures": [
"new (type: string, eventInitDict?: StorageEventInit): StorageEvent"
]
},
{
"kind": "method",
"interface": "Window",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.