You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use GetBackingStore() instead of GetContents() (#888)
* use GetBackingStore() instead of GetContents()
Use GetBackingStore() instead of GetContents() for v8 >= 8.0
as GetContents() has been deprecated. Node.js 14 will use 8.1
It would be possible to use GetBackingStore() already with 7.9
but this would lead to issues with Node.js 13 as it uses 7.8
till 13.2.0.
Additionally update testmatrix to use latest electron versions
and add electron 8.
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
0 commit comments