Documentation
Documentation copied to clipboard
Documentation for the WebKit project, hosted at https://docs.webkit.org.
Hi all! I have been working on a web speech recognition service using the Web Speech API. This service is intended to work on smartphones, primarily Chrome on Android and...
Update Compression Streams to mention Brotli and update the use of Compression Streams on Apple platforms. * docs/Deep Dive/Modules/CompressionStreams.md
https://docs.webkit.org/Build%20%26%20Debug/Tests.html#correctness-testing-in-webkit mentions > There are a few styles of layout tests but all of them have a test file and expected result (ends with -expected.txt), and the test passes if...
Adding `` to the top of a test allows the feature to be enabled for just that test. It would be great to add documentation for this. Here's an example...
- Make users aware that cloning into a parent git repository can cause failure. - Make users aware that having *"C++ Clang Tools for Windows"* installed may cause build failure...
There is a build flag related to VisionOS Simulator: https://github.com/WebKit/WebKit/blob/main/Tools/Scripts/build-webkit#L125 After building MobileMiniBrowser.app using this flag, I found that it can run in simulator, but can't load my local build...
For the [Windows port documentation](https://docs.webkit.org/Ports/WindowsPort.html): ``` choco install -y xampp-81 python311 ruby git cmake gperf llvm ninja ``` cmake >= 4 is installed by this command, which is incompatible with...