mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Correct attributes on IDL interface 'operations'
This fixes four tests for the IDL harness for URL under: https://wpt.live/url/idlharness.any.html and https://wpt.live/url/idlharness.any.worker.html But probably some tests in other places too :^)
This commit is contained in:
committed by
Andreas Kling
parent
fb2b78620d
commit
e9dd05b2b5
Notes:
github-actions[bot]
2024-10-05 08:48:01 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/e9dd05b2b52 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1636
@@ -0,0 +1,4 @@
|
||||
writable: true
|
||||
configurable: true
|
||||
enumerable: true
|
||||
value (the function itself): function canParse() { [native code] }
|
||||
Reference in New Issue
Block a user