Bug 219397 - public static fields are not supported
Summary: public static fields are not supported
Status: RESOLVED DUPLICATE of bug 194095
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Safari 14
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-01 07:25 PST by Chris Wachal
Modified: 2020-12-01 13:59 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Wachal 2020-12-01 07:25:10 PST
Public Class Fields were supposedly added in Safari 14 but public static fields still do not work. They are part of the spec listed here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Public_class_fields
Comment 1 Smoley 2020-12-01 13:59:58 PST

*** This bug has been marked as a duplicate of bug 194095 ***