[Webkit-unassigned] [Bug 202485] typeof (function that masquerades as undefined) is "function", should be "undefined"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 11 01:47:31 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=202485

Oz <adf at sorcerer.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adf at sorcerer.co.uk

--- Comment #3 from Oz <adf at sorcerer.co.uk> ---
I believe the issue is that (were these both tests)

PASS: typeof window.openDatabase is undefined
PASS: typeof window.openDatabase is function

Both can't be true.

Specifically

window.openDatabase == "function" is true
window.openDatabase == "undefined" is also true

http://locutus.sorcerer.co.uk/demo/safari-openDatabase.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191011/4c85f7f4/attachment.html>


More information about the webkit-unassigned mailing list