mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57: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
|
|
@ -132,12 +132,6 @@ partial interface Navigator {
|
|||
Promise<BatteryManager> getBattery();
|
||||
};
|
||||
|
||||
partial interface Navigator {
|
||||
[NewObject, Pref="dom.flyweb.enabled"]
|
||||
Promise<FlyWebPublishedServer> publishServer(DOMString name,
|
||||
optional FlyWebPublishOptions options);
|
||||
};
|
||||
|
||||
// http://www.w3.org/TR/vibration/#vibration-interface
|
||||
partial interface Navigator {
|
||||
// We don't support sequences in unions yet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue