mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
(from mypal68) Full webRequest support
This commit is contained in:
parent
d90e52fac4
commit
ea6b948f3b
28 changed files with 6431 additions and 13 deletions
|
|
@ -867,6 +867,20 @@ DOMInterfaces = {
|
|||
'headerFile': 'mozilla/dom/WorkerScope.h',
|
||||
},
|
||||
|
||||
'ChannelWrapper': {
|
||||
'nativeType': 'mozilla::extensions::ChannelWrapper',
|
||||
'headerFile': 'mozilla/extensions/ChannelWrapper.h',
|
||||
},
|
||||
|
||||
'StreamFilter': {
|
||||
'nativeType': 'mozilla::extensions::StreamFilter',
|
||||
},
|
||||
|
||||
'StreamFilterDataEvent': {
|
||||
'nativeType': 'mozilla::extensions::StreamFilterDataEvent',
|
||||
'headerFile': 'mozilla/extensions/StreamFilterEvents.h',
|
||||
},
|
||||
|
||||
'Storage': {
|
||||
'nativeType': 'mozilla::dom::DOMStorage',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue