New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 658640 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

BeforeInstallPromptEvent: Should be able to pass "cancelable" to constructor

Project Member Reported by mgiuca@chromium.org, Oct 24 2016

Issue description

Version: 56
OS: Android

What steps will reproduce the problem?

const e = new BeforeInstallPromptEvent("", {
    cancelable: false
});
console.assert(e.cancelable === false);

Source: https://github.com/w3c/manifest/pull/506/files

What is the expected output?
Assert succeeds (e is not cancelable).

What do you see instead?
Assert fails (e is still cancelable by default).
 

Comment 2 by mgiuca@chromium.org, May 11 2017

Status: Fixed (was: Assigned)

Sign in to add a comment