- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Mon, 24 Oct 2016 04:31:24 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Monday, 24 October 2016 11:31:55 UTC
kenchris commented on this pull request.
> + width: 10cm;
+ padding: 1cm;
+}
+</style>
+<button onclick="notifyBeforeInstallPrompt(this)">
+ Simulate install BIP
+</button>
+<button onclick="showInstallPrompt(this)">
+ Simulate manual "Add to Home Screen"
+</button>
+<script>
+/*globals BeforeInstallPromptEvent, DOMException*/
+"use strict";
+//
+{
+ const assertion = "No arguments should throw";
no argument much throw? why would an argument throw? :-)
Or do you mean some thing like "Calling with no arguments should throw"?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/506#pullrequestreview-5429722
Received on Monday, 24 October 2016 11:31:55 UTC