mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.org
Web IDL is now a WHATWG standard and the specification was moved accordingly: https://twitter.com/annevk/status/1445311275026821120 The old URLs now redirect, but let's use canonical ones.
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 02:49:20 +09:00
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace Web::Bindings::IDL {
|
||||
|
||||
// https://heycam.github.io/webidl/#is-an-array-index
|
||||
// https://webidl.spec.whatwg.org/#is-an-array-index
|
||||
bool is_an_array_index(JS::GlobalObject& global_object, JS::PropertyName const& property_name)
|
||||
{
|
||||
// 1. If Type(P) is not String, then return false.
|
||||
|
||||
Reference in New Issue
Block a user