mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
dom_exception: add errors not handled by netsurf
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -295,6 +295,14 @@ pub const DOMError = error{
|
||||
InvalidAccess,
|
||||
Validation,
|
||||
TypeMismatch,
|
||||
Security,
|
||||
Network,
|
||||
Abort,
|
||||
URLismatch,
|
||||
QuotaExceeded,
|
||||
Timeout,
|
||||
InvalidNodeType,
|
||||
DataClone,
|
||||
};
|
||||
|
||||
const DOMException = c.dom_exception;
|
||||
|
||||
Reference in New Issue
Block a user