UserStyleSheet.newForWorld

webkit.user_style_sheet.UserStyleSheet newForWorld(string source, webkit.types.UserContentInjectedFrames injectedFrames, webkit.types.UserStyleLevel level, string worldName, string[] allowList = null, string[] blockList = null)

Creates a new user style sheet for script world.

Creates a new user style sheet for script world with name world_name. See [webkit.user_style_sheet.UserStyleSheet.new_] for a full description.

Parameters

sourceSource code of the user style sheet.
injectedFramesA #WebKitUserContentInjectedFrames value
levelA #WebKitUserStyleLevel
worldNamethe name of a #WebKitScriptWorld
allowListAn allow_list of URI patterns or null
blockListA block_list of URI patterns or null

Returns

A new #WebKitUserStyleSheet