ladybird/Userland/Libraries/LibWeb/WebVTT
Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String
There was no need to use FlyString for error messages, and it just
caused a bunch of churn since these strings typically only existed
during the lifetime of the error.
2024-10-12 21:14:18 +02:00
..
VTTCue.cpp LibWeb/WebVTT: Implement VTTCue idl interface 2024-09-24 23:48:56 +01:00
VTTCue.h
VTTCue.idl
VTTRegion.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
VTTRegion.h LibWeb/WebVTT: Implement VTTRegion idl interface 2024-09-24 23:48:56 +01:00
VTTRegion.idl