Module implementing tool functions for the web browser.
None |
None |
containsSpace | Function to check, if a string contains whitespace characters. |
ensureUniqueFilename | Module function to generate an unique file name based on a pattern. |
filterCharsFromFilename | Module function to filter illegal characters. |
getFileNameFromUrl | Module function to generate a file name based on the given URL. |
getWebEngineVersions | Module function to extract the web engine version from the default user agent string. |
pixmapFromByteArray | Module function to convert a byte array to a pixmap. |
pixmapToByteArray | Module function to convert a pixmap to a byte array containing the pixmap as a PNG encoded as base64. |
pixmapToDataUrl | Module function to convert a pixmap to a data: URL. |
readAllFileByteContents | Function to read the bytes contents of the given file. |
readAllFileContents | Function to read the string contents of the given file. |
Function to check, if a string contains whitespace characters.
Module function to generate an unique file name based on a pattern.
Module function to filter illegal characters.
Module function to generate a file name based on the given URL.
Module function to extract the web engine version from the default user agent string.
Module function to convert a byte array to a pixmap.
Module function to convert a pixmap to a byte array containing the pixmap as a PNG encoded as base64.
Module function to convert a pixmap to a data: URL.
Function to read the bytes contents of the given file.
Function to read the string contents of the given file.