Closed pgorszkowski-igalia closed 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
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.
…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