From 6983ad7d5886888fc787cb5777c372f263c6ce91 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 15 Dec 2023 10:54:15 -0800 Subject: [PATCH 1/2] update to new api from package:code_builder --- bindings_generator/translator.dart | 7 ++----- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/bindings_generator/translator.dart b/bindings_generator/translator.dart index 3b36f899..d87a117b 100644 --- a/bindings_generator/translator.dart +++ b/bindings_generator/translator.dart @@ -817,11 +817,8 @@ class Translator { } code.Library _library(_Library library) => code.Library((b) => b - ..comments.addAll([ - ...licenseHeader, - '', - generatedFileDisclaimer, - ]) + ..comments.addAll(licenseHeader) + ..generatedByComment = generatedFileDisclaimer ..body.addAll([ for (final typedef in library.typedefs) _typedef(typedef.name, _getRawType(typedef.idlType)), diff --git a/pubspec.yaml b/pubspec.yaml index 493593f9..3812621f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dev_dependencies: args: ^2.4.0 build_runner: ^2.4.0 build_web_compilers: ^4.0.7 - code_builder: ^4.4.0 + code_builder: ^4.9.0 dart_flutter_team_lints: ^2.0.0 dart_style: ^2.2.4 io: ^1.0.4 From 0ca0b58d94d320130a16bbd3e86ec6a89ef3f506 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 15 Dec 2023 10:54:33 -0800 Subject: [PATCH 2/2] regenerate the dom bindings --- lib/src/dom/accelerometer.dart | 2 +- lib/src/dom/ambient_light.dart | 2 +- lib/src/dom/anchors.dart | 2 +- lib/src/dom/angle_instanced_arrays.dart | 2 +- lib/src/dom/attribution_reporting_api.dart | 2 +- lib/src/dom/audio_output.dart | 2 +- lib/src/dom/audio_session.dart | 2 +- lib/src/dom/autoplay_detection.dart | 2 +- lib/src/dom/background_fetch.dart | 2 +- lib/src/dom/background_sync.dart | 2 +- lib/src/dom/battery_status.dart | 2 +- lib/src/dom/capture_handle_identity.dart | 2 +- lib/src/dom/captured_mouse_events.dart | 2 +- lib/src/dom/clipboard_apis.dart | 2 +- lib/src/dom/compression.dart | 2 +- lib/src/dom/compute_pressure.dart | 2 +- lib/src/dom/console.dart | 2 +- lib/src/dom/contact_picker.dart | 2 +- lib/src/dom/content_index.dart | 2 +- lib/src/dom/cookie_store.dart | 2 +- lib/src/dom/crash_reporting.dart | 2 +- lib/src/dom/credential_management.dart | 2 +- lib/src/dom/csp.dart | 2 +- lib/src/dom/csp_next.dart | 2 +- lib/src/dom/css_anchor_position.dart | 2 +- lib/src/dom/css_animation_worklet.dart | 2 +- lib/src/dom/css_animations.dart | 2 +- lib/src/dom/css_animations_2.dart | 2 +- lib/src/dom/css_cascade.dart | 2 +- lib/src/dom/css_cascade_6.dart | 2 +- lib/src/dom/css_color_5.dart | 2 +- lib/src/dom/css_conditional.dart | 2 +- lib/src/dom/css_contain.dart | 2 +- lib/src/dom/css_contain_3.dart | 2 +- lib/src/dom/css_counter_styles.dart | 2 +- lib/src/dom/css_font_loading.dart | 2 +- lib/src/dom/css_fonts.dart | 2 +- lib/src/dom/css_highlight_api.dart | 2 +- lib/src/dom/css_layout_api.dart | 2 +- lib/src/dom/css_masking.dart | 2 +- lib/src/dom/css_nav.dart | 2 +- lib/src/dom/css_paint_api.dart | 2 +- lib/src/dom/css_parser_api.dart | 2 +- lib/src/dom/css_properties_values_api.dart | 2 +- lib/src/dom/css_pseudo.dart | 2 +- lib/src/dom/css_regions.dart | 2 +- lib/src/dom/css_transitions.dart | 2 +- lib/src/dom/css_transitions_2.dart | 2 +- lib/src/dom/css_typed_om.dart | 2 +- lib/src/dom/css_view_transitions.dart | 2 +- lib/src/dom/css_view_transitions_2.dart | 2 +- lib/src/dom/cssom.dart | 2 +- lib/src/dom/cssom_view.dart | 2 +- lib/src/dom/custom_state_pseudo_class.dart | 2 +- lib/src/dom/datacue.dart | 2 +- lib/src/dom/deprecation_reporting.dart | 2 +- lib/src/dom/device_posture.dart | 2 +- lib/src/dom/digital_goods.dart | 2 +- lib/src/dom/document_picture_in_picture.dart | 2 +- lib/src/dom/dom.dart | 2 +- lib/src/dom/dom_parsing.dart | 2 +- lib/src/dom/edit_context.dart | 2 +- lib/src/dom/element_capture.dart | 2 +- lib/src/dom/element_timing.dart | 2 +- lib/src/dom/encoding.dart | 2 +- lib/src/dom/encrypted_media.dart | 2 +- lib/src/dom/entries_api.dart | 2 +- lib/src/dom/event_timing.dart | 2 +- lib/src/dom/ext_blend_minmax.dart | 2 +- lib/src/dom/ext_color_buffer_float.dart | 2 +- lib/src/dom/ext_color_buffer_half_float.dart | 2 +- lib/src/dom/ext_disjoint_timer_query.dart | 2 +- lib/src/dom/ext_disjoint_timer_query_webgl2.dart | 2 +- lib/src/dom/ext_float_blend.dart | 2 +- lib/src/dom/ext_frag_depth.dart | 2 +- lib/src/dom/ext_shader_texture_lod.dart | 2 +- lib/src/dom/ext_srgb.dart | 2 +- lib/src/dom/ext_texture_compression_bptc.dart | 2 +- lib/src/dom/ext_texture_compression_rgtc.dart | 2 +- lib/src/dom/ext_texture_filter_anisotropic.dart | 2 +- lib/src/dom/ext_texture_norm16.dart | 2 +- lib/src/dom/eyedropper_api.dart | 2 +- lib/src/dom/fedcm.dart | 2 +- lib/src/dom/fenced_frame.dart | 2 +- lib/src/dom/fetch.dart | 2 +- lib/src/dom/fido.dart | 2 +- lib/src/dom/file_system_access.dart | 2 +- lib/src/dom/fileapi.dart | 2 +- lib/src/dom/filter_effects.dart | 2 +- lib/src/dom/font_metrics_api.dart | 2 +- lib/src/dom/fs.dart | 2 +- lib/src/dom/fullscreen.dart | 2 +- lib/src/dom/gamepad.dart | 2 +- lib/src/dom/gamepad_extensions.dart | 2 +- lib/src/dom/generic_sensor.dart | 2 +- lib/src/dom/geolocation.dart | 2 +- lib/src/dom/geolocation_sensor.dart | 2 +- lib/src/dom/geometry.dart | 2 +- lib/src/dom/get_installed_related_apps.dart | 2 +- lib/src/dom/gyroscope.dart | 2 +- lib/src/dom/hr_time.dart | 2 +- lib/src/dom/html.dart | 2 +- lib/src/dom/idle_detection.dart | 2 +- lib/src/dom/image_capture.dart | 2 +- lib/src/dom/image_resource.dart | 2 +- lib/src/dom/indexeddb.dart | 2 +- lib/src/dom/ink_enhancement.dart | 2 +- lib/src/dom/input_device_capabilities.dart | 2 +- lib/src/dom/intersection_observer.dart | 2 +- lib/src/dom/intervention_reporting.dart | 2 +- lib/src/dom/is_input_pending.dart | 2 +- lib/src/dom/js_self_profiling.dart | 2 +- lib/src/dom/keyboard_lock.dart | 2 +- lib/src/dom/keyboard_map.dart | 2 +- lib/src/dom/khr_parallel_shader_compile.dart | 2 +- lib/src/dom/largest_contentful_paint.dart | 2 +- lib/src/dom/layout_instability.dart | 2 +- lib/src/dom/local_font_access.dart | 2 +- lib/src/dom/longtasks.dart | 2 +- lib/src/dom/magnetometer.dart | 2 +- lib/src/dom/manifest_incubations.dart | 2 +- lib/src/dom/mathml_core.dart | 2 +- lib/src/dom/media_capabilities.dart | 2 +- lib/src/dom/media_playback_quality.dart | 2 +- lib/src/dom/media_source.dart | 2 +- lib/src/dom/mediacapture_automation.dart | 2 +- lib/src/dom/mediacapture_fromelement.dart | 2 +- lib/src/dom/mediacapture_handle_actions.dart | 2 +- lib/src/dom/mediacapture_region.dart | 2 +- lib/src/dom/mediacapture_streams.dart | 2 +- lib/src/dom/mediacapture_transform.dart | 2 +- lib/src/dom/mediacapture_viewport.dart | 2 +- lib/src/dom/mediasession.dart | 2 +- lib/src/dom/mediastream_recording.dart | 2 +- lib/src/dom/model_element.dart | 2 +- lib/src/dom/mst_content_hint.dart | 2 +- lib/src/dom/navigation_timing.dart | 2 +- lib/src/dom/netinfo.dart | 2 +- lib/src/dom/notifications.dart | 2 +- lib/src/dom/oes_draw_buffers_indexed.dart | 2 +- lib/src/dom/oes_element_index_uint.dart | 2 +- lib/src/dom/oes_fbo_render_mipmap.dart | 2 +- lib/src/dom/oes_standard_derivatives.dart | 2 +- lib/src/dom/oes_texture_float.dart | 2 +- lib/src/dom/oes_texture_float_linear.dart | 2 +- lib/src/dom/oes_texture_half_float.dart | 2 +- lib/src/dom/oes_texture_half_float_linear.dart | 2 +- lib/src/dom/oes_vertex_array_object.dart | 2 +- lib/src/dom/orientation_event.dart | 2 +- lib/src/dom/orientation_sensor.dart | 2 +- lib/src/dom/ovr_multiview2.dart | 2 +- lib/src/dom/page_lifecycle.dart | 2 +- lib/src/dom/paint_timing.dart | 2 +- lib/src/dom/payment_handler.dart | 2 +- lib/src/dom/payment_request.dart | 2 +- lib/src/dom/performance_measure_memory.dart | 2 +- lib/src/dom/performance_timeline.dart | 2 +- lib/src/dom/periodic_background_sync.dart | 2 +- lib/src/dom/permissions.dart | 2 +- lib/src/dom/permissions_policy.dart | 2 +- lib/src/dom/picture_in_picture.dart | 2 +- lib/src/dom/pointerevents.dart | 2 +- lib/src/dom/portals.dart | 2 +- lib/src/dom/presentation_api.dart | 2 +- lib/src/dom/private_network_access.dart | 2 +- lib/src/dom/proximity.dart | 2 +- lib/src/dom/push_api.dart | 2 +- lib/src/dom/raw_camera_access.dart | 2 +- lib/src/dom/real_world_meshing.dart | 2 +- lib/src/dom/referrer_policy.dart | 2 +- lib/src/dom/remote_playback.dart | 2 +- lib/src/dom/reporting.dart | 2 +- lib/src/dom/requestidlecallback.dart | 2 +- lib/src/dom/requeststorageaccessfor.dart | 2 +- lib/src/dom/resize_observer.dart | 2 +- lib/src/dom/resource_timing.dart | 2 +- lib/src/dom/sanitizer_api.dart | 2 +- lib/src/dom/scheduling_apis.dart | 2 +- lib/src/dom/screen_capture.dart | 2 +- lib/src/dom/screen_orientation.dart | 2 +- lib/src/dom/screen_wake_lock.dart | 2 +- lib/src/dom/scroll_animations.dart | 2 +- lib/src/dom/scroll_to_text_fragment.dart | 2 +- lib/src/dom/secure_payment_confirmation.dart | 2 +- lib/src/dom/selection_api.dart | 2 +- lib/src/dom/serial.dart | 2 +- lib/src/dom/server_timing.dart | 2 +- lib/src/dom/service_workers.dart | 2 +- lib/src/dom/shape_detection_api.dart | 2 +- lib/src/dom/shared_storage.dart | 2 +- lib/src/dom/speech_api.dart | 2 +- lib/src/dom/storage.dart | 2 +- lib/src/dom/storage_buckets.dart | 2 +- lib/src/dom/streams.dart | 2 +- lib/src/dom/svg.dart | 2 +- lib/src/dom/svg_animations.dart | 2 +- lib/src/dom/testutils.dart | 2 +- lib/src/dom/text_detection_api.dart | 2 +- lib/src/dom/touch_events.dart | 2 +- lib/src/dom/trust_token_api.dart | 2 +- lib/src/dom/trusted_types.dart | 2 +- lib/src/dom/turtledove.dart | 2 +- lib/src/dom/ua_client_hints.dart | 2 +- lib/src/dom/uievents.dart | 2 +- lib/src/dom/url.dart | 2 +- lib/src/dom/urlpattern.dart | 2 +- lib/src/dom/user_timing.dart | 2 +- lib/src/dom/vibration.dart | 2 +- lib/src/dom/video_rvfc.dart | 2 +- lib/src/dom/virtual_keyboard.dart | 2 +- lib/src/dom/wasm_js_api.dart | 2 +- lib/src/dom/web_animations.dart | 2 +- lib/src/dom/web_animations_2.dart | 2 +- lib/src/dom/web_app_launch.dart | 2 +- lib/src/dom/web_bluetooth.dart | 2 +- lib/src/dom/web_locks.dart | 2 +- lib/src/dom/web_nfc.dart | 2 +- lib/src/dom/web_otp.dart | 2 +- lib/src/dom/web_share.dart | 2 +- lib/src/dom/webaudio.dart | 2 +- lib/src/dom/webauthn.dart | 2 +- lib/src/dom/webcodecs.dart | 2 +- lib/src/dom/webcodecs_aac_codec_registration.dart | 2 +- lib/src/dom/webcodecs_av1_codec_registration.dart | 2 +- lib/src/dom/webcodecs_avc_codec_registration.dart | 2 +- lib/src/dom/webcodecs_flac_codec_registration.dart | 2 +- lib/src/dom/webcodecs_hevc_codec_registration.dart | 2 +- lib/src/dom/webcodecs_opus_codec_registration.dart | 2 +- lib/src/dom/webcodecs_vp9_codec_registration.dart | 2 +- lib/src/dom/webcrypto_secure_curves.dart | 2 +- lib/src/dom/webcryptoapi.dart | 2 +- lib/src/dom/webgl1.dart | 2 +- lib/src/dom/webgl2.dart | 2 +- lib/src/dom/webgl_blend_equation_advanced_coherent.dart | 2 +- lib/src/dom/webgl_clip_cull_distance.dart | 2 +- lib/src/dom/webgl_color_buffer_float.dart | 2 +- lib/src/dom/webgl_compressed_texture_astc.dart | 2 +- lib/src/dom/webgl_compressed_texture_etc.dart | 2 +- lib/src/dom/webgl_compressed_texture_etc1.dart | 2 +- lib/src/dom/webgl_compressed_texture_pvrtc.dart | 2 +- lib/src/dom/webgl_compressed_texture_s3tc.dart | 2 +- lib/src/dom/webgl_compressed_texture_s3tc_srgb.dart | 2 +- lib/src/dom/webgl_debug_renderer_info.dart | 2 +- lib/src/dom/webgl_debug_shaders.dart | 2 +- lib/src/dom/webgl_depth_texture.dart | 2 +- lib/src/dom/webgl_draw_buffers.dart | 2 +- lib/src/dom/webgl_draw_instanced_base_vertex_base_instance.dart | 2 +- lib/src/dom/webgl_lose_context.dart | 2 +- lib/src/dom/webgl_multi_draw.dart | 2 +- .../webgl_multi_draw_instanced_base_vertex_base_instance.dart | 2 +- lib/src/dom/webgl_provoking_vertex.dart | 2 +- lib/src/dom/webgpu.dart | 2 +- lib/src/dom/webhid.dart | 2 +- lib/src/dom/webidl.dart | 2 +- lib/src/dom/webmidi.dart | 2 +- lib/src/dom/webnn.dart | 2 +- lib/src/dom/webrtc.dart | 2 +- lib/src/dom/webrtc_encoded_transform.dart | 2 +- lib/src/dom/webrtc_ice.dart | 2 +- lib/src/dom/webrtc_identity.dart | 2 +- lib/src/dom/webrtc_priority.dart | 2 +- lib/src/dom/webrtc_stats.dart | 2 +- lib/src/dom/websockets.dart | 2 +- lib/src/dom/webtransport.dart | 2 +- lib/src/dom/webusb.dart | 2 +- lib/src/dom/webvtt.dart | 2 +- lib/src/dom/webxr.dart | 2 +- lib/src/dom/webxr_ar_module.dart | 2 +- lib/src/dom/webxr_depth_sensing.dart | 2 +- lib/src/dom/webxr_dom_overlays.dart | 2 +- lib/src/dom/webxr_hand_input.dart | 2 +- lib/src/dom/webxr_hit_test.dart | 2 +- lib/src/dom/webxr_lighting_estimation.dart | 2 +- lib/src/dom/webxrlayers.dart | 2 +- lib/src/dom/window_controls_overlay.dart | 2 +- lib/src/dom/window_management.dart | 2 +- lib/src/dom/xhr.dart | 2 +- 277 files changed, 277 insertions(+), 277 deletions(-) diff --git a/lib/src/dom/accelerometer.dart b/lib/src/dom/accelerometer.dart index 02a0eb80..f6bec337 100644 --- a/lib/src/dom/accelerometer.dart +++ b/lib/src/dom/accelerometer.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ambient_light.dart b/lib/src/dom/ambient_light.dart index 61c48774..e41ac779 100644 --- a/lib/src/dom/ambient_light.dart +++ b/lib/src/dom/ambient_light.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/anchors.dart b/lib/src/dom/anchors.dart index 39805370..ea0b8d8c 100644 --- a/lib/src/dom/anchors.dart +++ b/lib/src/dom/anchors.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/angle_instanced_arrays.dart b/lib/src/dom/angle_instanced_arrays.dart index 96aac017..6d3e34fa 100644 --- a/lib/src/dom/angle_instanced_arrays.dart +++ b/lib/src/dom/angle_instanced_arrays.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/attribution_reporting_api.dart b/lib/src/dom/attribution_reporting_api.dart index 7cadfb24..abb0d8d1 100644 --- a/lib/src/dom/attribution_reporting_api.dart +++ b/lib/src/dom/attribution_reporting_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/audio_output.dart b/lib/src/dom/audio_output.dart index 498cc75e..6294c566 100644 --- a/lib/src/dom/audio_output.dart +++ b/lib/src/dom/audio_output.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/audio_session.dart b/lib/src/dom/audio_session.dart index 9c15a4ac..7a32b93b 100644 --- a/lib/src/dom/audio_session.dart +++ b/lib/src/dom/audio_session.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/autoplay_detection.dart b/lib/src/dom/autoplay_detection.dart index 18f368be..869d6626 100644 --- a/lib/src/dom/autoplay_detection.dart +++ b/lib/src/dom/autoplay_detection.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. typedef AutoplayPolicy = String; diff --git a/lib/src/dom/background_fetch.dart b/lib/src/dom/background_fetch.dart index 063789dd..e5b84d4b 100644 --- a/lib/src/dom/background_fetch.dart +++ b/lib/src/dom/background_fetch.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/background_sync.dart b/lib/src/dom/background_sync.dart index df0d5253..a98a9431 100644 --- a/lib/src/dom/background_sync.dart +++ b/lib/src/dom/background_sync.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/battery_status.dart b/lib/src/dom/battery_status.dart index 2cd2f362..229ae6e7 100644 --- a/lib/src/dom/battery_status.dart +++ b/lib/src/dom/battery_status.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/capture_handle_identity.dart b/lib/src/dom/capture_handle_identity.dart index 5e527bb0..9ed73bac 100644 --- a/lib/src/dom/capture_handle_identity.dart +++ b/lib/src/dom/capture_handle_identity.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/captured_mouse_events.dart b/lib/src/dom/captured_mouse_events.dart index 946a6cac..cf4e0582 100644 --- a/lib/src/dom/captured_mouse_events.dart +++ b/lib/src/dom/captured_mouse_events.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/clipboard_apis.dart b/lib/src/dom/clipboard_apis.dart index 2adcda5f..12e7ab71 100644 --- a/lib/src/dom/clipboard_apis.dart +++ b/lib/src/dom/clipboard_apis.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/compression.dart b/lib/src/dom/compression.dart index ee96bece..145406ce 100644 --- a/lib/src/dom/compression.dart +++ b/lib/src/dom/compression.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/compute_pressure.dart b/lib/src/dom/compute_pressure.dart index 3eaa74ce..e2ebbb4e 100644 --- a/lib/src/dom/compute_pressure.dart +++ b/lib/src/dom/compute_pressure.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/console.dart b/lib/src/dom/console.dart index 954a4647..48e16dc7 100644 --- a/lib/src/dom/console.dart +++ b/lib/src/dom/console.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/contact_picker.dart b/lib/src/dom/contact_picker.dart index b02bcd93..7b836436 100644 --- a/lib/src/dom/contact_picker.dart +++ b/lib/src/dom/contact_picker.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/content_index.dart b/lib/src/dom/content_index.dart index 3cb640c0..1b996b4a 100644 --- a/lib/src/dom/content_index.dart +++ b/lib/src/dom/content_index.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/cookie_store.dart b/lib/src/dom/cookie_store.dart index 692a302a..a8437a71 100644 --- a/lib/src/dom/cookie_store.dart +++ b/lib/src/dom/cookie_store.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/crash_reporting.dart b/lib/src/dom/crash_reporting.dart index 1b8ed9ba..97510b79 100644 --- a/lib/src/dom/crash_reporting.dart +++ b/lib/src/dom/crash_reporting.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/credential_management.dart b/lib/src/dom/credential_management.dart index 70644b81..0380d43f 100644 --- a/lib/src/dom/credential_management.dart +++ b/lib/src/dom/credential_management.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/csp.dart b/lib/src/dom/csp.dart index a2fafb8a..1096753c 100644 --- a/lib/src/dom/csp.dart +++ b/lib/src/dom/csp.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/csp_next.dart b/lib/src/dom/csp_next.dart index b2cf3648..46368e75 100644 --- a/lib/src/dom/csp_next.dart +++ b/lib/src/dom/csp_next.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_anchor_position.dart b/lib/src/dom/css_anchor_position.dart index 0c07ac03..13782f34 100644 --- a/lib/src/dom/css_anchor_position.dart +++ b/lib/src/dom/css_anchor_position.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_animation_worklet.dart b/lib/src/dom/css_animation_worklet.dart index 34b7ce07..ca44d854 100644 --- a/lib/src/dom/css_animation_worklet.dart +++ b/lib/src/dom/css_animation_worklet.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_animations.dart b/lib/src/dom/css_animations.dart index 0016699d..2727f77a 100644 --- a/lib/src/dom/css_animations.dart +++ b/lib/src/dom/css_animations.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_animations_2.dart b/lib/src/dom/css_animations_2.dart index 36a6a0ef..84444853 100644 --- a/lib/src/dom/css_animations_2.dart +++ b/lib/src/dom/css_animations_2.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_cascade.dart b/lib/src/dom/css_cascade.dart index 872147c2..262a783e 100644 --- a/lib/src/dom/css_cascade.dart +++ b/lib/src/dom/css_cascade.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_cascade_6.dart b/lib/src/dom/css_cascade_6.dart index 627e1371..c3edcc3f 100644 --- a/lib/src/dom/css_cascade_6.dart +++ b/lib/src/dom/css_cascade_6.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_color_5.dart b/lib/src/dom/css_color_5.dart index ed3b6e16..6317cc51 100644 --- a/lib/src/dom/css_color_5.dart +++ b/lib/src/dom/css_color_5.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_conditional.dart b/lib/src/dom/css_conditional.dart index a8622e23..da2cfca4 100644 --- a/lib/src/dom/css_conditional.dart +++ b/lib/src/dom/css_conditional.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_contain.dart b/lib/src/dom/css_contain.dart index d68ae0e3..a34133f0 100644 --- a/lib/src/dom/css_contain.dart +++ b/lib/src/dom/css_contain.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_contain_3.dart b/lib/src/dom/css_contain_3.dart index c1283d74..d2270773 100644 --- a/lib/src/dom/css_contain_3.dart +++ b/lib/src/dom/css_contain_3.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_counter_styles.dart b/lib/src/dom/css_counter_styles.dart index a089f0b9..363962b5 100644 --- a/lib/src/dom/css_counter_styles.dart +++ b/lib/src/dom/css_counter_styles.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_font_loading.dart b/lib/src/dom/css_font_loading.dart index 70b88e5e..282a8cc2 100644 --- a/lib/src/dom/css_font_loading.dart +++ b/lib/src/dom/css_font_loading.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_fonts.dart b/lib/src/dom/css_fonts.dart index 99298147..ea17575a 100644 --- a/lib/src/dom/css_fonts.dart +++ b/lib/src/dom/css_fonts.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_highlight_api.dart b/lib/src/dom/css_highlight_api.dart index da265b13..44a56f3b 100644 --- a/lib/src/dom/css_highlight_api.dart +++ b/lib/src/dom/css_highlight_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_layout_api.dart b/lib/src/dom/css_layout_api.dart index 00d142a2..4af514c5 100644 --- a/lib/src/dom/css_layout_api.dart +++ b/lib/src/dom/css_layout_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_masking.dart b/lib/src/dom/css_masking.dart index 0a7a60ae..571cd9f5 100644 --- a/lib/src/dom/css_masking.dart +++ b/lib/src/dom/css_masking.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_nav.dart b/lib/src/dom/css_nav.dart index aad82f61..7be7478b 100644 --- a/lib/src/dom/css_nav.dart +++ b/lib/src/dom/css_nav.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_paint_api.dart b/lib/src/dom/css_paint_api.dart index 4b9a2d6d..3738e985 100644 --- a/lib/src/dom/css_paint_api.dart +++ b/lib/src/dom/css_paint_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_parser_api.dart b/lib/src/dom/css_parser_api.dart index c8873bfe..672bf0c9 100644 --- a/lib/src/dom/css_parser_api.dart +++ b/lib/src/dom/css_parser_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_properties_values_api.dart b/lib/src/dom/css_properties_values_api.dart index e04989f4..cba510b7 100644 --- a/lib/src/dom/css_properties_values_api.dart +++ b/lib/src/dom/css_properties_values_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_pseudo.dart b/lib/src/dom/css_pseudo.dart index 849d2fd9..0891eaae 100644 --- a/lib/src/dom/css_pseudo.dart +++ b/lib/src/dom/css_pseudo.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_regions.dart b/lib/src/dom/css_regions.dart index a14a72ff..6051d98b 100644 --- a/lib/src/dom/css_regions.dart +++ b/lib/src/dom/css_regions.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_transitions.dart b/lib/src/dom/css_transitions.dart index bb9258fc..acbed58e 100644 --- a/lib/src/dom/css_transitions.dart +++ b/lib/src/dom/css_transitions.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_transitions_2.dart b/lib/src/dom/css_transitions_2.dart index 212aa415..2eb7a1b1 100644 --- a/lib/src/dom/css_transitions_2.dart +++ b/lib/src/dom/css_transitions_2.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_typed_om.dart b/lib/src/dom/css_typed_om.dart index ee06e5e4..d5e17c2f 100644 --- a/lib/src/dom/css_typed_om.dart +++ b/lib/src/dom/css_typed_om.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_view_transitions.dart b/lib/src/dom/css_view_transitions.dart index 5ad38ebd..6e3ff798 100644 --- a/lib/src/dom/css_view_transitions.dart +++ b/lib/src/dom/css_view_transitions.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/css_view_transitions_2.dart b/lib/src/dom/css_view_transitions_2.dart index c5d7a9a2..4ae58301 100644 --- a/lib/src/dom/css_view_transitions_2.dart +++ b/lib/src/dom/css_view_transitions_2.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/cssom.dart b/lib/src/dom/cssom.dart index 567f2ad3..b8c52623 100644 --- a/lib/src/dom/cssom.dart +++ b/lib/src/dom/cssom.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/cssom_view.dart b/lib/src/dom/cssom_view.dart index c1b2d868..8668f024 100644 --- a/lib/src/dom/cssom_view.dart +++ b/lib/src/dom/cssom_view.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/custom_state_pseudo_class.dart b/lib/src/dom/custom_state_pseudo_class.dart index a575d976..eaf52ed1 100644 --- a/lib/src/dom/custom_state_pseudo_class.dart +++ b/lib/src/dom/custom_state_pseudo_class.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/datacue.dart b/lib/src/dom/datacue.dart index d46374c7..a50bf157 100644 --- a/lib/src/dom/datacue.dart +++ b/lib/src/dom/datacue.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/deprecation_reporting.dart b/lib/src/dom/deprecation_reporting.dart index c1383381..e253fb6e 100644 --- a/lib/src/dom/deprecation_reporting.dart +++ b/lib/src/dom/deprecation_reporting.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/device_posture.dart b/lib/src/dom/device_posture.dart index 29d361ea..eca86ed5 100644 --- a/lib/src/dom/device_posture.dart +++ b/lib/src/dom/device_posture.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/digital_goods.dart b/lib/src/dom/digital_goods.dart index ec59c25f..9098f5b5 100644 --- a/lib/src/dom/digital_goods.dart +++ b/lib/src/dom/digital_goods.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/document_picture_in_picture.dart b/lib/src/dom/document_picture_in_picture.dart index 6eb40a47..b099d83c 100644 --- a/lib/src/dom/document_picture_in_picture.dart +++ b/lib/src/dom/document_picture_in_picture.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/dom.dart b/lib/src/dom/dom.dart index be445fc7..86b2f13f 100644 --- a/lib/src/dom/dom.dart +++ b/lib/src/dom/dom.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/dom_parsing.dart b/lib/src/dom/dom_parsing.dart index 5fed32cf..1bea84cf 100644 --- a/lib/src/dom/dom_parsing.dart +++ b/lib/src/dom/dom_parsing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/edit_context.dart b/lib/src/dom/edit_context.dart index 8db2836c..70d79cee 100644 --- a/lib/src/dom/edit_context.dart +++ b/lib/src/dom/edit_context.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/element_capture.dart b/lib/src/dom/element_capture.dart index ea8d4dd5..20e9f12e 100644 --- a/lib/src/dom/element_capture.dart +++ b/lib/src/dom/element_capture.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/element_timing.dart b/lib/src/dom/element_timing.dart index 133cfafc..849ec5d5 100644 --- a/lib/src/dom/element_timing.dart +++ b/lib/src/dom/element_timing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/encoding.dart b/lib/src/dom/encoding.dart index e74e8552..54c8c4b0 100644 --- a/lib/src/dom/encoding.dart +++ b/lib/src/dom/encoding.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/encrypted_media.dart b/lib/src/dom/encrypted_media.dart index ed9c102a..50ba0498 100644 --- a/lib/src/dom/encrypted_media.dart +++ b/lib/src/dom/encrypted_media.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/entries_api.dart b/lib/src/dom/entries_api.dart index 35997777..f6220843 100644 --- a/lib/src/dom/entries_api.dart +++ b/lib/src/dom/entries_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/event_timing.dart b/lib/src/dom/event_timing.dart index 2f6b66e7..01bd31d0 100644 --- a/lib/src/dom/event_timing.dart +++ b/lib/src/dom/event_timing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_blend_minmax.dart b/lib/src/dom/ext_blend_minmax.dart index 6f51673e..8e06fc84 100644 --- a/lib/src/dom/ext_blend_minmax.dart +++ b/lib/src/dom/ext_blend_minmax.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_color_buffer_float.dart b/lib/src/dom/ext_color_buffer_float.dart index 80cbba99..1e1f8c09 100644 --- a/lib/src/dom/ext_color_buffer_float.dart +++ b/lib/src/dom/ext_color_buffer_float.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_color_buffer_half_float.dart b/lib/src/dom/ext_color_buffer_half_float.dart index 9e6495a8..50ea1841 100644 --- a/lib/src/dom/ext_color_buffer_half_float.dart +++ b/lib/src/dom/ext_color_buffer_half_float.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_disjoint_timer_query.dart b/lib/src/dom/ext_disjoint_timer_query.dart index e10a70a6..613035b1 100644 --- a/lib/src/dom/ext_disjoint_timer_query.dart +++ b/lib/src/dom/ext_disjoint_timer_query.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_disjoint_timer_query_webgl2.dart b/lib/src/dom/ext_disjoint_timer_query_webgl2.dart index eca1c5d7..2d27a742 100644 --- a/lib/src/dom/ext_disjoint_timer_query_webgl2.dart +++ b/lib/src/dom/ext_disjoint_timer_query_webgl2.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_float_blend.dart b/lib/src/dom/ext_float_blend.dart index 32daa1e0..d3d400c1 100644 --- a/lib/src/dom/ext_float_blend.dart +++ b/lib/src/dom/ext_float_blend.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_frag_depth.dart b/lib/src/dom/ext_frag_depth.dart index 7d2259d8..2aefc7de 100644 --- a/lib/src/dom/ext_frag_depth.dart +++ b/lib/src/dom/ext_frag_depth.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_shader_texture_lod.dart b/lib/src/dom/ext_shader_texture_lod.dart index 2c82caa5..a4abb230 100644 --- a/lib/src/dom/ext_shader_texture_lod.dart +++ b/lib/src/dom/ext_shader_texture_lod.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_srgb.dart b/lib/src/dom/ext_srgb.dart index c6c9e011..8a2eda8b 100644 --- a/lib/src/dom/ext_srgb.dart +++ b/lib/src/dom/ext_srgb.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_texture_compression_bptc.dart b/lib/src/dom/ext_texture_compression_bptc.dart index 170569f4..17cc0309 100644 --- a/lib/src/dom/ext_texture_compression_bptc.dart +++ b/lib/src/dom/ext_texture_compression_bptc.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_texture_compression_rgtc.dart b/lib/src/dom/ext_texture_compression_rgtc.dart index a570e6a5..e068964a 100644 --- a/lib/src/dom/ext_texture_compression_rgtc.dart +++ b/lib/src/dom/ext_texture_compression_rgtc.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_texture_filter_anisotropic.dart b/lib/src/dom/ext_texture_filter_anisotropic.dart index 1629482b..ee148959 100644 --- a/lib/src/dom/ext_texture_filter_anisotropic.dart +++ b/lib/src/dom/ext_texture_filter_anisotropic.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ext_texture_norm16.dart b/lib/src/dom/ext_texture_norm16.dart index 79462bed..fc2d5c07 100644 --- a/lib/src/dom/ext_texture_norm16.dart +++ b/lib/src/dom/ext_texture_norm16.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/eyedropper_api.dart b/lib/src/dom/eyedropper_api.dart index d3c74b16..e2b9bea4 100644 --- a/lib/src/dom/eyedropper_api.dart +++ b/lib/src/dom/eyedropper_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/fedcm.dart b/lib/src/dom/fedcm.dart index 82e73915..0053ed6a 100644 --- a/lib/src/dom/fedcm.dart +++ b/lib/src/dom/fedcm.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/fenced_frame.dart b/lib/src/dom/fenced_frame.dart index 765d3055..93f61449 100644 --- a/lib/src/dom/fenced_frame.dart +++ b/lib/src/dom/fenced_frame.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/fetch.dart b/lib/src/dom/fetch.dart index ecc3b210..1f898eab 100644 --- a/lib/src/dom/fetch.dart +++ b/lib/src/dom/fetch.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/fido.dart b/lib/src/dom/fido.dart index 4fb86816..82ebd487 100644 --- a/lib/src/dom/fido.dart +++ b/lib/src/dom/fido.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/file_system_access.dart b/lib/src/dom/file_system_access.dart index 612a5fd4..b1fb86e6 100644 --- a/lib/src/dom/file_system_access.dart +++ b/lib/src/dom/file_system_access.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/fileapi.dart b/lib/src/dom/fileapi.dart index 148f87a0..ef6930f0 100644 --- a/lib/src/dom/fileapi.dart +++ b/lib/src/dom/fileapi.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/filter_effects.dart b/lib/src/dom/filter_effects.dart index 8d3142d7..b71986af 100644 --- a/lib/src/dom/filter_effects.dart +++ b/lib/src/dom/filter_effects.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/font_metrics_api.dart b/lib/src/dom/font_metrics_api.dart index aa3e1629..939b97bb 100644 --- a/lib/src/dom/font_metrics_api.dart +++ b/lib/src/dom/font_metrics_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/fs.dart b/lib/src/dom/fs.dart index c0da8f6d..ed7d2fc8 100644 --- a/lib/src/dom/fs.dart +++ b/lib/src/dom/fs.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/fullscreen.dart b/lib/src/dom/fullscreen.dart index 9a72ebfb..677c4c11 100644 --- a/lib/src/dom/fullscreen.dart +++ b/lib/src/dom/fullscreen.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/gamepad.dart b/lib/src/dom/gamepad.dart index d7a825f9..426c28e5 100644 --- a/lib/src/dom/gamepad.dart +++ b/lib/src/dom/gamepad.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/gamepad_extensions.dart b/lib/src/dom/gamepad_extensions.dart index 75e441ed..601b1bdd 100644 --- a/lib/src/dom/gamepad_extensions.dart +++ b/lib/src/dom/gamepad_extensions.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/generic_sensor.dart b/lib/src/dom/generic_sensor.dart index 31efd779..af7d9629 100644 --- a/lib/src/dom/generic_sensor.dart +++ b/lib/src/dom/generic_sensor.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/geolocation.dart b/lib/src/dom/geolocation.dart index 0ae9eaf8..243e5d63 100644 --- a/lib/src/dom/geolocation.dart +++ b/lib/src/dom/geolocation.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/geolocation_sensor.dart b/lib/src/dom/geolocation_sensor.dart index a88efeea..a6a0433f 100644 --- a/lib/src/dom/geolocation_sensor.dart +++ b/lib/src/dom/geolocation_sensor.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/geometry.dart b/lib/src/dom/geometry.dart index 0dd521fd..fc80f4cf 100644 --- a/lib/src/dom/geometry.dart +++ b/lib/src/dom/geometry.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/get_installed_related_apps.dart b/lib/src/dom/get_installed_related_apps.dart index 4c3586e8..0696df37 100644 --- a/lib/src/dom/get_installed_related_apps.dart +++ b/lib/src/dom/get_installed_related_apps.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/gyroscope.dart b/lib/src/dom/gyroscope.dart index fbba64b4..b7b1fc8a 100644 --- a/lib/src/dom/gyroscope.dart +++ b/lib/src/dom/gyroscope.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/hr_time.dart b/lib/src/dom/hr_time.dart index adb9e25d..a5b89a77 100644 --- a/lib/src/dom/hr_time.dart +++ b/lib/src/dom/hr_time.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/html.dart b/lib/src/dom/html.dart index 9439cddb..fbf8b89e 100644 --- a/lib/src/dom/html.dart +++ b/lib/src/dom/html.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/idle_detection.dart b/lib/src/dom/idle_detection.dart index 8bf5bf89..b003dba0 100644 --- a/lib/src/dom/idle_detection.dart +++ b/lib/src/dom/idle_detection.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/image_capture.dart b/lib/src/dom/image_capture.dart index a662ab4b..8072fb27 100644 --- a/lib/src/dom/image_capture.dart +++ b/lib/src/dom/image_capture.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/image_resource.dart b/lib/src/dom/image_resource.dart index d06d33be..f140f706 100644 --- a/lib/src/dom/image_resource.dart +++ b/lib/src/dom/image_resource.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/indexeddb.dart b/lib/src/dom/indexeddb.dart index fa10d0bc..dfa31e91 100644 --- a/lib/src/dom/indexeddb.dart +++ b/lib/src/dom/indexeddb.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ink_enhancement.dart b/lib/src/dom/ink_enhancement.dart index 229c3814..a1076601 100644 --- a/lib/src/dom/ink_enhancement.dart +++ b/lib/src/dom/ink_enhancement.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/input_device_capabilities.dart b/lib/src/dom/input_device_capabilities.dart index b575ec4b..d40795c9 100644 --- a/lib/src/dom/input_device_capabilities.dart +++ b/lib/src/dom/input_device_capabilities.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/intersection_observer.dart b/lib/src/dom/intersection_observer.dart index 3e489a1a..302f4372 100644 --- a/lib/src/dom/intersection_observer.dart +++ b/lib/src/dom/intersection_observer.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/intervention_reporting.dart b/lib/src/dom/intervention_reporting.dart index f24cbb3c..ef0e648d 100644 --- a/lib/src/dom/intervention_reporting.dart +++ b/lib/src/dom/intervention_reporting.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/is_input_pending.dart b/lib/src/dom/is_input_pending.dart index f788b04f..816af086 100644 --- a/lib/src/dom/is_input_pending.dart +++ b/lib/src/dom/is_input_pending.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/js_self_profiling.dart b/lib/src/dom/js_self_profiling.dart index 7b22aa01..8b74fb58 100644 --- a/lib/src/dom/js_self_profiling.dart +++ b/lib/src/dom/js_self_profiling.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/keyboard_lock.dart b/lib/src/dom/keyboard_lock.dart index ff0f3fc7..c334b3bc 100644 --- a/lib/src/dom/keyboard_lock.dart +++ b/lib/src/dom/keyboard_lock.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/keyboard_map.dart b/lib/src/dom/keyboard_map.dart index 808ca66d..c57098e3 100644 --- a/lib/src/dom/keyboard_map.dart +++ b/lib/src/dom/keyboard_map.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/khr_parallel_shader_compile.dart b/lib/src/dom/khr_parallel_shader_compile.dart index 551b2b67..1c022f6b 100644 --- a/lib/src/dom/khr_parallel_shader_compile.dart +++ b/lib/src/dom/khr_parallel_shader_compile.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/largest_contentful_paint.dart b/lib/src/dom/largest_contentful_paint.dart index a6fb47f5..ab5f3e5d 100644 --- a/lib/src/dom/largest_contentful_paint.dart +++ b/lib/src/dom/largest_contentful_paint.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/layout_instability.dart b/lib/src/dom/layout_instability.dart index 4ccd7e9c..e592f4b8 100644 --- a/lib/src/dom/layout_instability.dart +++ b/lib/src/dom/layout_instability.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/local_font_access.dart b/lib/src/dom/local_font_access.dart index 81480abb..768591a3 100644 --- a/lib/src/dom/local_font_access.dart +++ b/lib/src/dom/local_font_access.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/longtasks.dart b/lib/src/dom/longtasks.dart index 7ab6604f..548a0616 100644 --- a/lib/src/dom/longtasks.dart +++ b/lib/src/dom/longtasks.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/magnetometer.dart b/lib/src/dom/magnetometer.dart index 090bd8f4..bc7c37f2 100644 --- a/lib/src/dom/magnetometer.dart +++ b/lib/src/dom/magnetometer.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/manifest_incubations.dart b/lib/src/dom/manifest_incubations.dart index 61ff356b..3edfe79b 100644 --- a/lib/src/dom/manifest_incubations.dart +++ b/lib/src/dom/manifest_incubations.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mathml_core.dart b/lib/src/dom/mathml_core.dart index 3c305806..4f03bb34 100644 --- a/lib/src/dom/mathml_core.dart +++ b/lib/src/dom/mathml_core.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/media_capabilities.dart b/lib/src/dom/media_capabilities.dart index eb57a069..82ced5d9 100644 --- a/lib/src/dom/media_capabilities.dart +++ b/lib/src/dom/media_capabilities.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/media_playback_quality.dart b/lib/src/dom/media_playback_quality.dart index a8095c58..139c1d46 100644 --- a/lib/src/dom/media_playback_quality.dart +++ b/lib/src/dom/media_playback_quality.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/media_source.dart b/lib/src/dom/media_source.dart index d9b72a09..f1b42d5d 100644 --- a/lib/src/dom/media_source.dart +++ b/lib/src/dom/media_source.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mediacapture_automation.dart b/lib/src/dom/mediacapture_automation.dart index 17f66079..4ade2b1e 100644 --- a/lib/src/dom/mediacapture_automation.dart +++ b/lib/src/dom/mediacapture_automation.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mediacapture_fromelement.dart b/lib/src/dom/mediacapture_fromelement.dart index 4caad1ab..320ec3b5 100644 --- a/lib/src/dom/mediacapture_fromelement.dart +++ b/lib/src/dom/mediacapture_fromelement.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mediacapture_handle_actions.dart b/lib/src/dom/mediacapture_handle_actions.dart index 9566fed2..6496a4cd 100644 --- a/lib/src/dom/mediacapture_handle_actions.dart +++ b/lib/src/dom/mediacapture_handle_actions.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mediacapture_region.dart b/lib/src/dom/mediacapture_region.dart index 8e0de4ce..9b460b0b 100644 --- a/lib/src/dom/mediacapture_region.dart +++ b/lib/src/dom/mediacapture_region.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mediacapture_streams.dart b/lib/src/dom/mediacapture_streams.dart index 7e0cc2b5..f540c8a9 100644 --- a/lib/src/dom/mediacapture_streams.dart +++ b/lib/src/dom/mediacapture_streams.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mediacapture_transform.dart b/lib/src/dom/mediacapture_transform.dart index 87bf4169..0f4a739d 100644 --- a/lib/src/dom/mediacapture_transform.dart +++ b/lib/src/dom/mediacapture_transform.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mediacapture_viewport.dart b/lib/src/dom/mediacapture_viewport.dart index 96ff6ef8..69c221fd 100644 --- a/lib/src/dom/mediacapture_viewport.dart +++ b/lib/src/dom/mediacapture_viewport.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mediasession.dart b/lib/src/dom/mediasession.dart index 9e892cb3..1959b175 100644 --- a/lib/src/dom/mediasession.dart +++ b/lib/src/dom/mediasession.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mediastream_recording.dart b/lib/src/dom/mediastream_recording.dart index 74034da5..7c4cc2be 100644 --- a/lib/src/dom/mediastream_recording.dart +++ b/lib/src/dom/mediastream_recording.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/model_element.dart b/lib/src/dom/model_element.dart index 53f62a6d..a4606eb4 100644 --- a/lib/src/dom/model_element.dart +++ b/lib/src/dom/model_element.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/mst_content_hint.dart b/lib/src/dom/mst_content_hint.dart index c8eae744..90595abe 100644 --- a/lib/src/dom/mst_content_hint.dart +++ b/lib/src/dom/mst_content_hint.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. typedef RTCDegradationPreference = String; diff --git a/lib/src/dom/navigation_timing.dart b/lib/src/dom/navigation_timing.dart index 2d395463..1c8ae59f 100644 --- a/lib/src/dom/navigation_timing.dart +++ b/lib/src/dom/navigation_timing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/netinfo.dart b/lib/src/dom/netinfo.dart index 9cdea40a..c618f7dd 100644 --- a/lib/src/dom/netinfo.dart +++ b/lib/src/dom/netinfo.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/notifications.dart b/lib/src/dom/notifications.dart index 0fbb87fe..44103b3a 100644 --- a/lib/src/dom/notifications.dart +++ b/lib/src/dom/notifications.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/oes_draw_buffers_indexed.dart b/lib/src/dom/oes_draw_buffers_indexed.dart index af16fc8e..fe65eb48 100644 --- a/lib/src/dom/oes_draw_buffers_indexed.dart +++ b/lib/src/dom/oes_draw_buffers_indexed.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/oes_element_index_uint.dart b/lib/src/dom/oes_element_index_uint.dart index 82c1b11a..ce1dd9e3 100644 --- a/lib/src/dom/oes_element_index_uint.dart +++ b/lib/src/dom/oes_element_index_uint.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/oes_fbo_render_mipmap.dart b/lib/src/dom/oes_fbo_render_mipmap.dart index d63541b1..cc918c61 100644 --- a/lib/src/dom/oes_fbo_render_mipmap.dart +++ b/lib/src/dom/oes_fbo_render_mipmap.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/oes_standard_derivatives.dart b/lib/src/dom/oes_standard_derivatives.dart index 0fdec8a1..91391a95 100644 --- a/lib/src/dom/oes_standard_derivatives.dart +++ b/lib/src/dom/oes_standard_derivatives.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/oes_texture_float.dart b/lib/src/dom/oes_texture_float.dart index f6ac30c1..fe6b442c 100644 --- a/lib/src/dom/oes_texture_float.dart +++ b/lib/src/dom/oes_texture_float.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/oes_texture_float_linear.dart b/lib/src/dom/oes_texture_float_linear.dart index 42dac430..dbb298e6 100644 --- a/lib/src/dom/oes_texture_float_linear.dart +++ b/lib/src/dom/oes_texture_float_linear.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/oes_texture_half_float.dart b/lib/src/dom/oes_texture_half_float.dart index 5b4cdb11..6646b67e 100644 --- a/lib/src/dom/oes_texture_half_float.dart +++ b/lib/src/dom/oes_texture_half_float.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/oes_texture_half_float_linear.dart b/lib/src/dom/oes_texture_half_float_linear.dart index a7184900..c6a210cd 100644 --- a/lib/src/dom/oes_texture_half_float_linear.dart +++ b/lib/src/dom/oes_texture_half_float_linear.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/oes_vertex_array_object.dart b/lib/src/dom/oes_vertex_array_object.dart index d62da179..a42b632f 100644 --- a/lib/src/dom/oes_vertex_array_object.dart +++ b/lib/src/dom/oes_vertex_array_object.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/orientation_event.dart b/lib/src/dom/orientation_event.dart index 868d8c74..bf6888ba 100644 --- a/lib/src/dom/orientation_event.dart +++ b/lib/src/dom/orientation_event.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/orientation_sensor.dart b/lib/src/dom/orientation_sensor.dart index 5b824194..a2994b67 100644 --- a/lib/src/dom/orientation_sensor.dart +++ b/lib/src/dom/orientation_sensor.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ovr_multiview2.dart b/lib/src/dom/ovr_multiview2.dart index 07e34500..f3f36566 100644 --- a/lib/src/dom/ovr_multiview2.dart +++ b/lib/src/dom/ovr_multiview2.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/page_lifecycle.dart b/lib/src/dom/page_lifecycle.dart index 8be9b581..ef51b4d8 100644 --- a/lib/src/dom/page_lifecycle.dart +++ b/lib/src/dom/page_lifecycle.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. typedef ClientLifecycleState = String; diff --git a/lib/src/dom/paint_timing.dart b/lib/src/dom/paint_timing.dart index 649298a9..03f7a7a4 100644 --- a/lib/src/dom/paint_timing.dart +++ b/lib/src/dom/paint_timing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/payment_handler.dart b/lib/src/dom/payment_handler.dart index 24f99e16..b6e3dec5 100644 --- a/lib/src/dom/payment_handler.dart +++ b/lib/src/dom/payment_handler.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/payment_request.dart b/lib/src/dom/payment_request.dart index a7dbc848..287c697d 100644 --- a/lib/src/dom/payment_request.dart +++ b/lib/src/dom/payment_request.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/performance_measure_memory.dart b/lib/src/dom/performance_measure_memory.dart index 65ff76cc..2785e903 100644 --- a/lib/src/dom/performance_measure_memory.dart +++ b/lib/src/dom/performance_measure_memory.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/performance_timeline.dart b/lib/src/dom/performance_timeline.dart index 6b8b5468..351c9769 100644 --- a/lib/src/dom/performance_timeline.dart +++ b/lib/src/dom/performance_timeline.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/periodic_background_sync.dart b/lib/src/dom/periodic_background_sync.dart index 44a9d8db..8922515a 100644 --- a/lib/src/dom/periodic_background_sync.dart +++ b/lib/src/dom/periodic_background_sync.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/permissions.dart b/lib/src/dom/permissions.dart index 52ecf4c7..4dc2a19d 100644 --- a/lib/src/dom/permissions.dart +++ b/lib/src/dom/permissions.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/permissions_policy.dart b/lib/src/dom/permissions_policy.dart index f6fbfdfa..fbd09e4d 100644 --- a/lib/src/dom/permissions_policy.dart +++ b/lib/src/dom/permissions_policy.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/picture_in_picture.dart b/lib/src/dom/picture_in_picture.dart index 0c2b6d16..fe083be1 100644 --- a/lib/src/dom/picture_in_picture.dart +++ b/lib/src/dom/picture_in_picture.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/pointerevents.dart b/lib/src/dom/pointerevents.dart index 4e2a63c5..46bcf036 100644 --- a/lib/src/dom/pointerevents.dart +++ b/lib/src/dom/pointerevents.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/portals.dart b/lib/src/dom/portals.dart index d1eea0b2..1d2682b9 100644 --- a/lib/src/dom/portals.dart +++ b/lib/src/dom/portals.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/presentation_api.dart b/lib/src/dom/presentation_api.dart index b6044787..a8d1d06e 100644 --- a/lib/src/dom/presentation_api.dart +++ b/lib/src/dom/presentation_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/private_network_access.dart b/lib/src/dom/private_network_access.dart index b2685508..16a4cec9 100644 --- a/lib/src/dom/private_network_access.dart +++ b/lib/src/dom/private_network_access.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/proximity.dart b/lib/src/dom/proximity.dart index 33514375..01971889 100644 --- a/lib/src/dom/proximity.dart +++ b/lib/src/dom/proximity.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/push_api.dart b/lib/src/dom/push_api.dart index d8627d79..0cb42b8e 100644 --- a/lib/src/dom/push_api.dart +++ b/lib/src/dom/push_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/raw_camera_access.dart b/lib/src/dom/raw_camera_access.dart index 67777aec..218bc5ab 100644 --- a/lib/src/dom/raw_camera_access.dart +++ b/lib/src/dom/raw_camera_access.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/real_world_meshing.dart b/lib/src/dom/real_world_meshing.dart index 2ad54dd8..826ac64b 100644 --- a/lib/src/dom/real_world_meshing.dart +++ b/lib/src/dom/real_world_meshing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/referrer_policy.dart b/lib/src/dom/referrer_policy.dart index 994b817b..ae7b1a64 100644 --- a/lib/src/dom/referrer_policy.dart +++ b/lib/src/dom/referrer_policy.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. typedef ReferrerPolicy = String; diff --git a/lib/src/dom/remote_playback.dart b/lib/src/dom/remote_playback.dart index 7b08f581..ec9e41bb 100644 --- a/lib/src/dom/remote_playback.dart +++ b/lib/src/dom/remote_playback.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/reporting.dart b/lib/src/dom/reporting.dart index e27361c5..20327d9b 100644 --- a/lib/src/dom/reporting.dart +++ b/lib/src/dom/reporting.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/requestidlecallback.dart b/lib/src/dom/requestidlecallback.dart index d7e6ce17..b18225b5 100644 --- a/lib/src/dom/requestidlecallback.dart +++ b/lib/src/dom/requestidlecallback.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/requeststorageaccessfor.dart b/lib/src/dom/requeststorageaccessfor.dart index fbfbdd73..7452a266 100644 --- a/lib/src/dom/requeststorageaccessfor.dart +++ b/lib/src/dom/requeststorageaccessfor.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/resize_observer.dart b/lib/src/dom/resize_observer.dart index a2c417b2..bbf401be 100644 --- a/lib/src/dom/resize_observer.dart +++ b/lib/src/dom/resize_observer.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/resource_timing.dart b/lib/src/dom/resource_timing.dart index 856f50e7..4bd5291c 100644 --- a/lib/src/dom/resource_timing.dart +++ b/lib/src/dom/resource_timing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/sanitizer_api.dart b/lib/src/dom/sanitizer_api.dart index 717a3c46..88b44465 100644 --- a/lib/src/dom/sanitizer_api.dart +++ b/lib/src/dom/sanitizer_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/scheduling_apis.dart b/lib/src/dom/scheduling_apis.dart index 496c82c8..d213230f 100644 --- a/lib/src/dom/scheduling_apis.dart +++ b/lib/src/dom/scheduling_apis.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/screen_capture.dart b/lib/src/dom/screen_capture.dart index 69e238ab..0051e0e7 100644 --- a/lib/src/dom/screen_capture.dart +++ b/lib/src/dom/screen_capture.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/screen_orientation.dart b/lib/src/dom/screen_orientation.dart index 58d9a6f0..577e567d 100644 --- a/lib/src/dom/screen_orientation.dart +++ b/lib/src/dom/screen_orientation.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/screen_wake_lock.dart b/lib/src/dom/screen_wake_lock.dart index 57ffb15a..7be6226e 100644 --- a/lib/src/dom/screen_wake_lock.dart +++ b/lib/src/dom/screen_wake_lock.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/scroll_animations.dart b/lib/src/dom/scroll_animations.dart index 1458998b..03f03366 100644 --- a/lib/src/dom/scroll_animations.dart +++ b/lib/src/dom/scroll_animations.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/scroll_to_text_fragment.dart b/lib/src/dom/scroll_to_text_fragment.dart index c99c20c7..25939418 100644 --- a/lib/src/dom/scroll_to_text_fragment.dart +++ b/lib/src/dom/scroll_to_text_fragment.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/secure_payment_confirmation.dart b/lib/src/dom/secure_payment_confirmation.dart index d4508564..8fdbb09e 100644 --- a/lib/src/dom/secure_payment_confirmation.dart +++ b/lib/src/dom/secure_payment_confirmation.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/selection_api.dart b/lib/src/dom/selection_api.dart index f1b1630b..24c8b404 100644 --- a/lib/src/dom/selection_api.dart +++ b/lib/src/dom/selection_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/serial.dart b/lib/src/dom/serial.dart index b7b0faee..3c523273 100644 --- a/lib/src/dom/serial.dart +++ b/lib/src/dom/serial.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/server_timing.dart b/lib/src/dom/server_timing.dart index 4f983d50..14041c1c 100644 --- a/lib/src/dom/server_timing.dart +++ b/lib/src/dom/server_timing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/service_workers.dart b/lib/src/dom/service_workers.dart index 8beb867a..e5daaa1e 100644 --- a/lib/src/dom/service_workers.dart +++ b/lib/src/dom/service_workers.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/shape_detection_api.dart b/lib/src/dom/shape_detection_api.dart index b5b207b6..4da5f067 100644 --- a/lib/src/dom/shape_detection_api.dart +++ b/lib/src/dom/shape_detection_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/shared_storage.dart b/lib/src/dom/shared_storage.dart index 9bc5b399..d4bfb45f 100644 --- a/lib/src/dom/shared_storage.dart +++ b/lib/src/dom/shared_storage.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/speech_api.dart b/lib/src/dom/speech_api.dart index 6ef11390..99bda68c 100644 --- a/lib/src/dom/speech_api.dart +++ b/lib/src/dom/speech_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/storage.dart b/lib/src/dom/storage.dart index eb6979b3..2d83866e 100644 --- a/lib/src/dom/storage.dart +++ b/lib/src/dom/storage.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/storage_buckets.dart b/lib/src/dom/storage_buckets.dart index f001962f..f5a72df8 100644 --- a/lib/src/dom/storage_buckets.dart +++ b/lib/src/dom/storage_buckets.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/streams.dart b/lib/src/dom/streams.dart index 248417d5..c445edde 100644 --- a/lib/src/dom/streams.dart +++ b/lib/src/dom/streams.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/svg.dart b/lib/src/dom/svg.dart index 057b237f..3904a940 100644 --- a/lib/src/dom/svg.dart +++ b/lib/src/dom/svg.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/svg_animations.dart b/lib/src/dom/svg_animations.dart index 01dc638c..54d1b0ff 100644 --- a/lib/src/dom/svg_animations.dart +++ b/lib/src/dom/svg_animations.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/testutils.dart b/lib/src/dom/testutils.dart index 26ee5696..68eb6a14 100644 --- a/lib/src/dom/testutils.dart +++ b/lib/src/dom/testutils.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/text_detection_api.dart b/lib/src/dom/text_detection_api.dart index 56fee7f5..300ee00c 100644 --- a/lib/src/dom/text_detection_api.dart +++ b/lib/src/dom/text_detection_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/touch_events.dart b/lib/src/dom/touch_events.dart index 51f96cc3..0638a02b 100644 --- a/lib/src/dom/touch_events.dart +++ b/lib/src/dom/touch_events.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/trust_token_api.dart b/lib/src/dom/trust_token_api.dart index 19aa70f9..7cea3de0 100644 --- a/lib/src/dom/trust_token_api.dart +++ b/lib/src/dom/trust_token_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/trusted_types.dart b/lib/src/dom/trusted_types.dart index fb21c65a..c62428b7 100644 --- a/lib/src/dom/trusted_types.dart +++ b/lib/src/dom/trusted_types.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/turtledove.dart b/lib/src/dom/turtledove.dart index aa324801..cb78f5ee 100644 --- a/lib/src/dom/turtledove.dart +++ b/lib/src/dom/turtledove.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/ua_client_hints.dart b/lib/src/dom/ua_client_hints.dart index e26be475..e367c4ce 100644 --- a/lib/src/dom/ua_client_hints.dart +++ b/lib/src/dom/ua_client_hints.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/uievents.dart b/lib/src/dom/uievents.dart index eb40d895..a9cdf053 100644 --- a/lib/src/dom/uievents.dart +++ b/lib/src/dom/uievents.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/url.dart b/lib/src/dom/url.dart index 10347d2d..ff2a2caf 100644 --- a/lib/src/dom/url.dart +++ b/lib/src/dom/url.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/urlpattern.dart b/lib/src/dom/urlpattern.dart index f963e136..3997dbfa 100644 --- a/lib/src/dom/urlpattern.dart +++ b/lib/src/dom/urlpattern.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/user_timing.dart b/lib/src/dom/user_timing.dart index 61c7cc63..6cb1984d 100644 --- a/lib/src/dom/user_timing.dart +++ b/lib/src/dom/user_timing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/vibration.dart b/lib/src/dom/vibration.dart index d2c7522b..b55bd8a8 100644 --- a/lib/src/dom/vibration.dart +++ b/lib/src/dom/vibration.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/video_rvfc.dart b/lib/src/dom/video_rvfc.dart index eea37967..9ec08418 100644 --- a/lib/src/dom/video_rvfc.dart +++ b/lib/src/dom/video_rvfc.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/virtual_keyboard.dart b/lib/src/dom/virtual_keyboard.dart index e2cef8c9..c4b8579e 100644 --- a/lib/src/dom/virtual_keyboard.dart +++ b/lib/src/dom/virtual_keyboard.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/wasm_js_api.dart b/lib/src/dom/wasm_js_api.dart index dd426a3b..749798d4 100644 --- a/lib/src/dom/wasm_js_api.dart +++ b/lib/src/dom/wasm_js_api.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/web_animations.dart b/lib/src/dom/web_animations.dart index e382f942..c66ef088 100644 --- a/lib/src/dom/web_animations.dart +++ b/lib/src/dom/web_animations.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/web_animations_2.dart b/lib/src/dom/web_animations_2.dart index 46e4a8d7..43210708 100644 --- a/lib/src/dom/web_animations_2.dart +++ b/lib/src/dom/web_animations_2.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/web_app_launch.dart b/lib/src/dom/web_app_launch.dart index 9ca3bfdd..aa62e331 100644 --- a/lib/src/dom/web_app_launch.dart +++ b/lib/src/dom/web_app_launch.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/web_bluetooth.dart b/lib/src/dom/web_bluetooth.dart index c2c24c06..93dd7118 100644 --- a/lib/src/dom/web_bluetooth.dart +++ b/lib/src/dom/web_bluetooth.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/web_locks.dart b/lib/src/dom/web_locks.dart index cec1d5dc..e638ae94 100644 --- a/lib/src/dom/web_locks.dart +++ b/lib/src/dom/web_locks.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/web_nfc.dart b/lib/src/dom/web_nfc.dart index e8aae0e1..288709e6 100644 --- a/lib/src/dom/web_nfc.dart +++ b/lib/src/dom/web_nfc.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/web_otp.dart b/lib/src/dom/web_otp.dart index 2cea9323..db182aaf 100644 --- a/lib/src/dom/web_otp.dart +++ b/lib/src/dom/web_otp.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/web_share.dart b/lib/src/dom/web_share.dart index afc48123..d671713c 100644 --- a/lib/src/dom/web_share.dart +++ b/lib/src/dom/web_share.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webaudio.dart b/lib/src/dom/webaudio.dart index 7a877830..f97c0af1 100644 --- a/lib/src/dom/webaudio.dart +++ b/lib/src/dom/webaudio.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webauthn.dart b/lib/src/dom/webauthn.dart index a3b401db..346c9f0c 100644 --- a/lib/src/dom/webauthn.dart +++ b/lib/src/dom/webauthn.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcodecs.dart b/lib/src/dom/webcodecs.dart index d2138a9a..09be33a3 100644 --- a/lib/src/dom/webcodecs.dart +++ b/lib/src/dom/webcodecs.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcodecs_aac_codec_registration.dart b/lib/src/dom/webcodecs_aac_codec_registration.dart index 805aefe9..13859f8e 100644 --- a/lib/src/dom/webcodecs_aac_codec_registration.dart +++ b/lib/src/dom/webcodecs_aac_codec_registration.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcodecs_av1_codec_registration.dart b/lib/src/dom/webcodecs_av1_codec_registration.dart index fc29fa5e..451c17d7 100644 --- a/lib/src/dom/webcodecs_av1_codec_registration.dart +++ b/lib/src/dom/webcodecs_av1_codec_registration.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcodecs_avc_codec_registration.dart b/lib/src/dom/webcodecs_avc_codec_registration.dart index 7fa5dccf..b0e177ef 100644 --- a/lib/src/dom/webcodecs_avc_codec_registration.dart +++ b/lib/src/dom/webcodecs_avc_codec_registration.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcodecs_flac_codec_registration.dart b/lib/src/dom/webcodecs_flac_codec_registration.dart index 55dd0247..c70763de 100644 --- a/lib/src/dom/webcodecs_flac_codec_registration.dart +++ b/lib/src/dom/webcodecs_flac_codec_registration.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcodecs_hevc_codec_registration.dart b/lib/src/dom/webcodecs_hevc_codec_registration.dart index 41bf362c..c193a978 100644 --- a/lib/src/dom/webcodecs_hevc_codec_registration.dart +++ b/lib/src/dom/webcodecs_hevc_codec_registration.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcodecs_opus_codec_registration.dart b/lib/src/dom/webcodecs_opus_codec_registration.dart index b255d001..29d0c669 100644 --- a/lib/src/dom/webcodecs_opus_codec_registration.dart +++ b/lib/src/dom/webcodecs_opus_codec_registration.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcodecs_vp9_codec_registration.dart b/lib/src/dom/webcodecs_vp9_codec_registration.dart index a90d1222..41e78ec0 100644 --- a/lib/src/dom/webcodecs_vp9_codec_registration.dart +++ b/lib/src/dom/webcodecs_vp9_codec_registration.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcrypto_secure_curves.dart b/lib/src/dom/webcrypto_secure_curves.dart index dde0e512..1c64e5c6 100644 --- a/lib/src/dom/webcrypto_secure_curves.dart +++ b/lib/src/dom/webcrypto_secure_curves.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webcryptoapi.dart b/lib/src/dom/webcryptoapi.dart index accfad18..f06d2f93 100644 --- a/lib/src/dom/webcryptoapi.dart +++ b/lib/src/dom/webcryptoapi.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl1.dart b/lib/src/dom/webgl1.dart index b73dadb7..d628762b 100644 --- a/lib/src/dom/webgl1.dart +++ b/lib/src/dom/webgl1.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl2.dart b/lib/src/dom/webgl2.dart index 6fee9895..31e2189b 100644 --- a/lib/src/dom/webgl2.dart +++ b/lib/src/dom/webgl2.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_blend_equation_advanced_coherent.dart b/lib/src/dom/webgl_blend_equation_advanced_coherent.dart index 98e33ab1..a96e3582 100644 --- a/lib/src/dom/webgl_blend_equation_advanced_coherent.dart +++ b/lib/src/dom/webgl_blend_equation_advanced_coherent.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_clip_cull_distance.dart b/lib/src/dom/webgl_clip_cull_distance.dart index e2abd8a9..41f38f2e 100644 --- a/lib/src/dom/webgl_clip_cull_distance.dart +++ b/lib/src/dom/webgl_clip_cull_distance.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_color_buffer_float.dart b/lib/src/dom/webgl_color_buffer_float.dart index 6ae440d6..ec3e4c72 100644 --- a/lib/src/dom/webgl_color_buffer_float.dart +++ b/lib/src/dom/webgl_color_buffer_float.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_compressed_texture_astc.dart b/lib/src/dom/webgl_compressed_texture_astc.dart index c2c2eb4d..8ec12f66 100644 --- a/lib/src/dom/webgl_compressed_texture_astc.dart +++ b/lib/src/dom/webgl_compressed_texture_astc.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_compressed_texture_etc.dart b/lib/src/dom/webgl_compressed_texture_etc.dart index 8b831872..a80d8696 100644 --- a/lib/src/dom/webgl_compressed_texture_etc.dart +++ b/lib/src/dom/webgl_compressed_texture_etc.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_compressed_texture_etc1.dart b/lib/src/dom/webgl_compressed_texture_etc1.dart index f8f615b4..2ad0f907 100644 --- a/lib/src/dom/webgl_compressed_texture_etc1.dart +++ b/lib/src/dom/webgl_compressed_texture_etc1.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_compressed_texture_pvrtc.dart b/lib/src/dom/webgl_compressed_texture_pvrtc.dart index 1bc0c307..153a610e 100644 --- a/lib/src/dom/webgl_compressed_texture_pvrtc.dart +++ b/lib/src/dom/webgl_compressed_texture_pvrtc.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_compressed_texture_s3tc.dart b/lib/src/dom/webgl_compressed_texture_s3tc.dart index c6e71b18..dcf7f148 100644 --- a/lib/src/dom/webgl_compressed_texture_s3tc.dart +++ b/lib/src/dom/webgl_compressed_texture_s3tc.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_compressed_texture_s3tc_srgb.dart b/lib/src/dom/webgl_compressed_texture_s3tc_srgb.dart index ffea6e0f..09052cae 100644 --- a/lib/src/dom/webgl_compressed_texture_s3tc_srgb.dart +++ b/lib/src/dom/webgl_compressed_texture_s3tc_srgb.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_debug_renderer_info.dart b/lib/src/dom/webgl_debug_renderer_info.dart index 1044f6c4..00fd12a3 100644 --- a/lib/src/dom/webgl_debug_renderer_info.dart +++ b/lib/src/dom/webgl_debug_renderer_info.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_debug_shaders.dart b/lib/src/dom/webgl_debug_shaders.dart index c8378050..26bc8150 100644 --- a/lib/src/dom/webgl_debug_shaders.dart +++ b/lib/src/dom/webgl_debug_shaders.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_depth_texture.dart b/lib/src/dom/webgl_depth_texture.dart index 8048429c..33002156 100644 --- a/lib/src/dom/webgl_depth_texture.dart +++ b/lib/src/dom/webgl_depth_texture.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_draw_buffers.dart b/lib/src/dom/webgl_draw_buffers.dart index 3e63ba73..55108144 100644 --- a/lib/src/dom/webgl_draw_buffers.dart +++ b/lib/src/dom/webgl_draw_buffers.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_draw_instanced_base_vertex_base_instance.dart b/lib/src/dom/webgl_draw_instanced_base_vertex_base_instance.dart index 69877042..601b10d6 100644 --- a/lib/src/dom/webgl_draw_instanced_base_vertex_base_instance.dart +++ b/lib/src/dom/webgl_draw_instanced_base_vertex_base_instance.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_lose_context.dart b/lib/src/dom/webgl_lose_context.dart index 4c6bf09c..2607a97e 100644 --- a/lib/src/dom/webgl_lose_context.dart +++ b/lib/src/dom/webgl_lose_context.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_multi_draw.dart b/lib/src/dom/webgl_multi_draw.dart index c1e9962f..79e8cbcf 100644 --- a/lib/src/dom/webgl_multi_draw.dart +++ b/lib/src/dom/webgl_multi_draw.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_multi_draw_instanced_base_vertex_base_instance.dart b/lib/src/dom/webgl_multi_draw_instanced_base_vertex_base_instance.dart index 20ea02d2..1138e95c 100644 --- a/lib/src/dom/webgl_multi_draw_instanced_base_vertex_base_instance.dart +++ b/lib/src/dom/webgl_multi_draw_instanced_base_vertex_base_instance.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgl_provoking_vertex.dart b/lib/src/dom/webgl_provoking_vertex.dart index 7d396717..3e5a6994 100644 --- a/lib/src/dom/webgl_provoking_vertex.dart +++ b/lib/src/dom/webgl_provoking_vertex.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webgpu.dart b/lib/src/dom/webgpu.dart index a1ecb840..edd3a6de 100644 --- a/lib/src/dom/webgpu.dart +++ b/lib/src/dom/webgpu.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webhid.dart b/lib/src/dom/webhid.dart index c63df303..63ab65e3 100644 --- a/lib/src/dom/webhid.dart +++ b/lib/src/dom/webhid.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webidl.dart b/lib/src/dom/webidl.dart index 36372654..bc0677f6 100644 --- a/lib/src/dom/webidl.dart +++ b/lib/src/dom/webidl.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webmidi.dart b/lib/src/dom/webmidi.dart index d9e3aff0..5765fd73 100644 --- a/lib/src/dom/webmidi.dart +++ b/lib/src/dom/webmidi.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webnn.dart b/lib/src/dom/webnn.dart index 1bf3e1f7..2a37913a 100644 --- a/lib/src/dom/webnn.dart +++ b/lib/src/dom/webnn.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webrtc.dart b/lib/src/dom/webrtc.dart index e4ddf990..be88fcbb 100644 --- a/lib/src/dom/webrtc.dart +++ b/lib/src/dom/webrtc.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webrtc_encoded_transform.dart b/lib/src/dom/webrtc_encoded_transform.dart index 9463b889..5041949d 100644 --- a/lib/src/dom/webrtc_encoded_transform.dart +++ b/lib/src/dom/webrtc_encoded_transform.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webrtc_ice.dart b/lib/src/dom/webrtc_ice.dart index 8964a4d5..9b55aac9 100644 --- a/lib/src/dom/webrtc_ice.dart +++ b/lib/src/dom/webrtc_ice.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webrtc_identity.dart b/lib/src/dom/webrtc_identity.dart index fb3f336a..e803718c 100644 --- a/lib/src/dom/webrtc_identity.dart +++ b/lib/src/dom/webrtc_identity.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webrtc_priority.dart b/lib/src/dom/webrtc_priority.dart index 478505fa..0b2b3e9e 100644 --- a/lib/src/dom/webrtc_priority.dart +++ b/lib/src/dom/webrtc_priority.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. typedef RTCPriorityType = String; diff --git a/lib/src/dom/webrtc_stats.dart b/lib/src/dom/webrtc_stats.dart index 8de084a4..4f778800 100644 --- a/lib/src/dom/webrtc_stats.dart +++ b/lib/src/dom/webrtc_stats.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/websockets.dart b/lib/src/dom/websockets.dart index 2b149345..5cc70c12 100644 --- a/lib/src/dom/websockets.dart +++ b/lib/src/dom/websockets.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webtransport.dart b/lib/src/dom/webtransport.dart index 0427b7ed..2a60b487 100644 --- a/lib/src/dom/webtransport.dart +++ b/lib/src/dom/webtransport.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webusb.dart b/lib/src/dom/webusb.dart index 6f9f8eaa..5ce74ee7 100644 --- a/lib/src/dom/webusb.dart +++ b/lib/src/dom/webusb.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webvtt.dart b/lib/src/dom/webvtt.dart index a1dbd25d..d689117f 100644 --- a/lib/src/dom/webvtt.dart +++ b/lib/src/dom/webvtt.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webxr.dart b/lib/src/dom/webxr.dart index 239522d5..02aac7eb 100644 --- a/lib/src/dom/webxr.dart +++ b/lib/src/dom/webxr.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webxr_ar_module.dart b/lib/src/dom/webxr_ar_module.dart index 021ead44..8c4bd6a7 100644 --- a/lib/src/dom/webxr_ar_module.dart +++ b/lib/src/dom/webxr_ar_module.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. typedef XREnvironmentBlendMode = String; diff --git a/lib/src/dom/webxr_depth_sensing.dart b/lib/src/dom/webxr_depth_sensing.dart index 4305d240..5a264d86 100644 --- a/lib/src/dom/webxr_depth_sensing.dart +++ b/lib/src/dom/webxr_depth_sensing.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webxr_dom_overlays.dart b/lib/src/dom/webxr_dom_overlays.dart index ac9a83a4..6aafeab9 100644 --- a/lib/src/dom/webxr_dom_overlays.dart +++ b/lib/src/dom/webxr_dom_overlays.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webxr_hand_input.dart b/lib/src/dom/webxr_hand_input.dart index 741f596e..78eecb59 100644 --- a/lib/src/dom/webxr_hand_input.dart +++ b/lib/src/dom/webxr_hand_input.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webxr_hit_test.dart b/lib/src/dom/webxr_hit_test.dart index 1ddc3e3a..906488e6 100644 --- a/lib/src/dom/webxr_hit_test.dart +++ b/lib/src/dom/webxr_hit_test.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webxr_lighting_estimation.dart b/lib/src/dom/webxr_lighting_estimation.dart index 991b9fb5..2f7d8282 100644 --- a/lib/src/dom/webxr_lighting_estimation.dart +++ b/lib/src/dom/webxr_lighting_estimation.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/webxrlayers.dart b/lib/src/dom/webxrlayers.dart index ed22faff..fb665bae 100644 --- a/lib/src/dom/webxrlayers.dart +++ b/lib/src/dom/webxrlayers.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/window_controls_overlay.dart b/lib/src/dom/window_controls_overlay.dart index 92cc41b0..35b67be1 100644 --- a/lib/src/dom/window_controls_overlay.dart +++ b/lib/src/dom/window_controls_overlay.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/window_management.dart b/lib/src/dom/window_management.dart index 03547c93..7a82b081 100644 --- a/lib/src/dom/window_management.dart +++ b/lib/src/dom/window_management.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop'; diff --git a/lib/src/dom/xhr.dart b/lib/src/dom/xhr.dart index 2cd17261..0f8c45bc 100644 --- a/lib/src/dom/xhr.dart +++ b/lib/src/dom/xhr.dart @@ -1,7 +1,7 @@ // Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// + // Generated from Web IDL definitions. import 'dart:js_interop';