mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
finally finish webRequest
This commit is contained in:
parent
bb0adb61ae
commit
f628239ef3
9 changed files with 197 additions and 69 deletions
|
|
@ -38,7 +38,7 @@ enum MozContentPolicyType {
|
|||
* A thin wrapper around nsIChannel and nsIHttpChannel that allows JS
|
||||
* callers to access them without XPConnect overhead.
|
||||
*/
|
||||
[ChromeOnly, Exposed=Window]
|
||||
[ChromeOnly, Exposed=(Window,System)]
|
||||
interface ChannelWrapper : EventTarget {
|
||||
/**
|
||||
* Returns the wrapper instance for the given channel. The same wrapper is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue