(from mypal68) Full webRequest support

This commit is contained in:
ownedbywuigi 2026-03-31 23:52:46 +01:00
commit ea6b948f3b
28 changed files with 6431 additions and 13 deletions

View file

@ -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',
},