UserStyleSheet.newForWorld

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

source string

Source code of the user style sheet.

injectedFrames webkit.types.UserContentInjectedFrames

A #WebKitUserContentInjectedFrames value

level webkit.types.UserStyleLevel

A #WebKitUserStyleLevel

worldName string

the name of a #WebKitScriptWorld

allowList string[]

An allow_list of URI patterns or null

blockList string[]

A block_list of URI patterns or null

Return Value

Type: webkit.user_style_sheet.UserStyleSheet

A new #WebKitUserStyleSheet