WebPlatformForEmbedded / WPEWebKit

WPE WebKit port (downstream)
214 stars 139 forks source link

[GTK][WPE] Use enable-html5-database runtime flag to control IndexedD… #1190

Closed pgorszkowski-igalia closed 1 year ago

pgorszkowski-igalia commented 1 year ago

…B API

https://bugs.webkit.org/show_bug.cgi?id=261669

Reviewed by Michael Catanzaro.

By default IndexedDB API is enabled. To change that we can use runtime flag: "enable-html5-database" or by calling "webkit_settings_set_enable_html5-database".

Canonical link: https://commits.webkit.org/268142@main

pgorszkowski-igalia commented 1 year ago

Tested with COG on RPi: cog --enable-html5-database=0 https://www.igalia.com and try to call window.IDBCursor in web inspector. It is unknown type.