Commit 2c023bd
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 <[email protected]>1 parent 2c4ee8a commit 2c023bd
2 files changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
0 commit comments