Skip to content

Commit

Permalink
Battery Status: Add [Exposed=Window] to Web IDL test
Browse files Browse the repository at this point in the history
  • Loading branch information
Honry authored and Ms2ger committed Oct 3, 2017
1 parent 980a0f6 commit ac6aeca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions battery-status/battery-interface-idlharness.https.html
Expand Up @@ -29,6 +29,7 @@
Promise<BatteryManager> getBattery ();
};

[Exposed=Window]
interface BatteryManager : EventTarget {
readonly attribute boolean charging;
readonly attribute unrestricted double chargingTime;
Expand Down

0 comments on commit ac6aeca

Please sign in to comment.