mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #1395 - Remove FlyWeb Service
This commit is contained in:
parent
bb4519ea4f
commit
146d0aa2d2
20 changed files with 0 additions and 244 deletions
|
|
@ -139,10 +139,6 @@ const kEventConstructors = {
|
|||
return new ErrorEvent(aName, aProps);
|
||||
},
|
||||
},
|
||||
FlyWebFetchEvent: { create: null, // Cannot create untrusted event from JS.
|
||||
},
|
||||
FlyWebWebSocketEvent: { create: null, // Cannot create untrusted event from JS.
|
||||
},
|
||||
FocusEvent: { create: function (aName, aProps) {
|
||||
return new FocusEvent(aName, aProps);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue