- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 Jan 2017 23:50:56 +0000
- To: public-houdini-archive@w3.org
This flag is used to only try to construct a class instance once. E.g. if the constructor threw an error for example (in "draw a paint image"). Where it was set was misspelled and hence not referenced properly. E.g. ```js registerPaint('foo', class { constructor() { throw Error(); } // will once get called once. }); ``` -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/329#issuecomment-270258728 using your GitHub account
Received on Tuesday, 3 January 2017 23:51:02 UTC