fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.35k stars 100 forks source link

js.c: Convert deprecated use of JSStringRef #726

Closed pks-t closed 1 year ago

pks-t commented 1 year ago

The JSStringRef interface has been deprecated in WebKit 2.22.0. Convert the code to use the modern JSCValue interface instead.