features.md #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
foravo/lhai36366-issue-proof-20260519040638#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from GitHub issue
lhai36366/lhai36366#2.Source: https://github.com/lhai36366/lhai36366/issues/2
Original author: @lhai36366
Original state: open
features.md](https://github.com/user-attachments/files/18845760/features.md)
faq.md
configuration-requirements.md
feedback.md
reference-project.md
special-thanks.md
speech-synthesis.md
subtitle-font.md
video-demonstration.md
subtitle-generation.md
thanks-for-sponsoring.mdconfiguration-requirements.mdsubtitle-generation.md��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ÈÈÊÑÂÍÈÑ?>ñ>ÈÁÊ>/ÈÑ?>/%äÊÁ/ÈÑÎÁä??>Ëä?Êø?Ê/ÈÑ?>äÊÁ/ÈÑÎÁä??>ËÑË>?È/%/ÏÃÑÊ_/>ÀÀ?ÁË>?ÈøÊ?ÎÑÀÁ%ÁÅ/%ËÁÊÎÑÄÁË?Ê%ÁÅ/%/ÀÎÑÄÁàÑËÈÊÑÂÍÈÑ?>?ÃäÊÁ/ÈÑÎÁä??>ËøÍÂ%ÑÄ%ÑÄÁ>ËÁËÀ?ÁË>?ÈÄÊÁ/ÈÁ/%/Ï
ÁÊÄ%ÑÁ>È?Ê?ÈÇÁÊÊÁ%/ÈÑ?>ËÇÑøäÊÁ/ÈÑÎÁä?__?>Ë_/,ÁËÑÈË%ÑÄÁ>ËÁË/>ÀÊÁ%/ÈÁÀÑ>Ã?Ê_/ÈÑ?>/Î/Ñ%/Â%Á?>/>/ËÑËÂ/ËÑËäÊÁ/ÈÑÎÁä?__?>ËÅÑÎÁË>?Ï/ÊÊ/>ÈÑÁËÊÁÅ/ÊÀÑ>ÅÑÈË%ÑÄÁ>ËÁË/>/ÈÁÊÑ/%%ÑÄÁ>ËÁÀÍ>ÀÁÊÈÇÁÑÊÈÁÊ_Ë/>ÀÄ?>ÀÑÈÑ?>Ë?Ê/>ÊÁ%/ÈÁÀÑ>Ã?Ê_/ÈÑ?>äÊÁ/ÈÑÎÁä?__?>ËÀÑËÄ%/Ñ_Ë/%%%Ñ/ÂÑ%ÑÈÃ?ÊÀ//ÅÁËÊÁËÍ%ÈÑ>ÅÃÊ?_ÈÇÁÑÊÍËÁÈ?ÈÇÁÃÍ%%ÁËÈÁÌÈÁ>Èø?ËËÑÂ%ÁíËÑ>ÅäÊÁ/ÈÑÎÁä??>Ë&ÍÂ%ÑÄ<ÑÄÁ>ËÁËäÊÁ/ÈÑÎÁä?__?>ËøÍÂ%ÑÄ%ÑÄÁ>ËÁËøÊ?ÎÑÀÁ/ËÈ/>À/ÊÀËÁÈ?ÃÈÁÊ_Ë/>ÀÄ?>ÀÑÈÑ?>ËÈÇ/ÈÄÊÁ/È?ÊË/>À?ÈÇÁÊÊÑÅÇÈËÇ?%ÀÁÊË_/ÍËÁÈ?ËÇ/ÊÁ?ÊÑÅÑ>/%Ï?Ê,Ë?Ã/ÍÈÇ?ÊËÇÑø/>À?ÈÇÁÊ_/ÈÁÊÑ/%ËͦÁÄÈÈ?Ä?øÊÑÅÇÈ/>ÀÄÁÊÈ/Ñ>?ÈÇÁÊÊÑÅÇÈËËøÁÄÑÃÑÁÀÑ>ÈÇÁøÍÂ%ÑÄ%ÑÄÁ>ËÁÂÁ%?ÏèÇÁÃ?%%?ÏÑ>ÅÄ?>ËÑÀÁÊ/ÈÑ?>Ë/ÊÁ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������interface interface_identifier { /* interface_members... / };
IDL Index typedef (Int8Array or Int16Array or Int32Array or Uint8Array or Uint16Array or Uint32Array or Uint8ClampedArray or BigInt64Array or BigUint64Array or Float16Array or Float32Array or Float64Array or DataView) ArrayBufferView;partial interface interface_identifier { / interface_members... / };
namespace namespace_identifier { / namespace_members... / };
partial namespace namespace_identifier { / namespace_members... / };
dictionary dictionary_identifier { / dictionary_members... / };
partial dictionary dictionary_identifier { / dictionary_members... / };
enum enumeration_identifier { "enum", "values" / , ... / };
callback callback_identifier = return_type (/ arguments... /);
callback interface callback_interface_identifier { / interface_members... */ };
typedef (ArrayBufferView or ArrayBuffer) BufferSource;
typedef (ArrayBuffer or SharedArrayBuffer or [AllowShared] ArrayBufferView) AllowSharedBufferSource;
[Exposed=*,
Serializable]
interface DOMException { // but see below note about JavaScript binding
constructor(optional DOMString message = "", optional DOMString name = "Error");
readonly attribute DOMString name;
readonly attribute DOMString message;
readonly attribute unsigned short code;
const unsigned short INDEX_SIZE_ERR = 1;
const unsigned short DOMSTRING_SIZE_ERR = 2;
const unsigned short HIERARCHY_REQUEST_ERR = 3;
const unsigned short WRONG_DOCUMENT_ERR = 4;
const unsigned short INVALID_CHARACTER_ERR = 5;
const unsigned short NO_DATA_ALLOWED_ERR = 6;
const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;
const unsigned short NOT_FOUND_ERR = 8;
const unsigned short NOT_SUPPORTED_ERR = 9;
const unsigned short INUSE_ATTRIBUTE_ERR = 10;
const unsigned short INVALID_STATE_ERR = 11;
const unsigned short SYNTAX_ERR = 12;
const unsigned short INVALID_MODIFICATION_ERR = 13;
const unsigned short NAMESPACE_ERR = 14;
const unsigned short INVALID_ACCESS_ERR = 15;
const unsigned short VALIDATION_ERR = 16;
const unsigned short TYPE_MISMATCH_ERR = 17;
const unsigned short SECURITY_ERR = 18;
const unsigned short NETWORK_ERR = 19;
const unsigned short ABORT_ERR = 20;
const unsigned short URL_MISMATCH_ERR = 21;
const unsigned short QUOTA_EXCEEDED_ERR = 22;
const unsigned short TIMEOUT_ERR = 23;
const unsigned short INVALID_NODE_TYPE_ERR = 24;
const unsigned short DATA_CLONE_ERR = 25;
};
callback Function = any (any... arguments);
callback VoidFunction = undefined ();https://fetch.spec.whatwg.org/#cross-origin-resource-policy-check