@@ -429,27 +429,27 @@ more difficult to guarantee and may lead to violations, which is why it can be
429
429
TODO: Some of these are not available on stable. How do we link to dev?
430
430
{% endcomment %}
431
431
432
- [ global JS scope ] : https://developer.mozilla.org/en-US/ docs/Glossary/Global_scope
432
+ [ global JS scope ] : https://developer.mozilla.org/docs/Glossary/Global_scope
433
433
[ conversion functions ] : /interop/js-interop/js-types#conversions
434
434
[ contains a primitive type ] : /interop/js-interop/js-types#requirements-on-external-declarations-and-function-tojs
435
435
[ "JS type" ] : /interop/js-interop/js-types
436
- [ `Window` ] : https://developer.mozilla.org/en-US/ docs/Web/API/Window
436
+ [ `Window` ] : https://developer.mozilla.org/docs/Web/API/Window
437
437
[ check the type of the JS value through interop ] : /interop/js-interop/js-types#compatibility-type-checks-and-casts
438
438
[ `package:web` ] : {{site.pub-pkg}}/web
439
439
[ `external` ] : /language/functions#external
440
440
[ restrictions ] : /interop/js-interop/js-types#requirements-on-external-declarations-and-function-tojs
441
- [ object literal ] : https://developer.mozilla.org/en-US/ docs/Web/JavaScript/Reference/Operators/Object_initializer
441
+ [ object literal ] : https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Object_initializer
442
442
[ 54801 ] : https://github.com/dart-lang/sdk/issues/54801
443
- [ property accessors ] : https://developer.mozilla.org/en-US/ docs/Web/JavaScript/Reference/Operators/Property_accessors#bracket_notation
444
- [ utility functions ] : https://api .dart.dev/dev /dart-js_interop/JSAnyOperatorExtension.html
445
- [ `@JS()` ] : https://api .dart.dev/dev /dart-js_interop/JS-class.html
446
- [ `dart:js_interop` ] : https://api .dart.dev/dev /dart-js_interop
447
- [ `globalContext` ] : https://api .dart.dev/dev /dart-js_interop/globalContext.html
448
- [ Helpers to inspect the type of JS values ] : https://api .dart.dev/dev /dart-js_interop/JSAnyUtilityExtension.html
449
- [ `dartify` ] : https://api .dart.dev/dev /dart-js_interop/JSAnyUtilityExtension/dartify.html
450
- [ `jsify` ] : https://api .dart.dev/dev /dart-js_interop/NullableObjectUtilExtension/jsify.html
451
- [ `importModule` ] : https://api .dart.dev/dev /dart-js_interop/importModule.html
452
- [ `dart:js_interop_unsafe` ] : https://api .dart.dev/dev /dart-js_interop_unsafe
443
+ [ property accessors ] : https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Property_accessors#bracket_notation
444
+ [ utility functions ] : {{site .dart-api}}/{{site.sdkInfo.channel}} /dart-js_interop/JSAnyOperatorExtension.html
445
+ [ `@JS()` ] : {{site .dart-api}}/{{site.sdkInfo.channel}} /dart-js_interop/JS-class.html
446
+ [ `dart:js_interop` ] : {{site .dart-api}}/{{site.sdkInfo.channel}} /dart-js_interop
447
+ [ `globalContext` ] : {{site .dart-api}}/{{site.sdkInfo.channel}} /dart-js_interop/globalContext.html
448
+ [ Helpers to inspect the type of JS values ] : {{site .dart-api}}/{{site.sdkInfo.channel}} /dart-js_interop/JSAnyUtilityExtension.html
449
+ [ `dartify` ] : {{site .dart-api}}/{{site.sdkInfo.channel}} /dart-js_interop/JSAnyUtilityExtension/dartify.html
450
+ [ `jsify` ] : {{site .dart-api}}/{{site.sdkInfo.channel}} /dart-js_interop/NullableObjectUtilExtension/jsify.html
451
+ [ `importModule` ] : {{site .dart-api}}/{{site.sdkInfo.channel}} /dart-js_interop/importModule.html
452
+ [ `dart:js_interop_unsafe` ] : {{site .dart-api}}/{{site.sdkInfo.channel}}/dart-js_interop_unsafe /dart-js_interop_unsafe-library.html
453
453
[ extensions ] : /language/extension-methods
454
454
[ extension type ] : /language/extension-types
455
455
[ runtime guarantee ] : /language/extension-types#type-considerations
0 commit comments