This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26577 - imageCaptureError attribute shouldn't be nun-null.
Summary: imageCaptureError attribute shouldn't be nun-null.
Status: NEW
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: Image Capture API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: public-media-capture@w3.org
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-14 06:35 UTC by Alfredo Yang
Modified: 2014-08-14 06:35 UTC (History)
1 user (show)

See Also:


Attachments

Description Alfredo Yang 2014-08-14 06:35:21 UTC
[Constructor(DOMString type, optional ImageCaptureErrorEventInit imageCaptureErrorInitDict)]
interface ImageCaptureErrorEvent : Event {
    readonly    attribute ImageCaptureError imageCaptureError;
};

How could imageCaptureError be non-null if imageCaptureErrorInitDict is optional?

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=916643#c21