hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Tuesday, 25 April, 2023 UTC

Badging for Home Screen Web Apps

Along with the many other features for web apps on iOS and iPadOS 16.4, WebKit now includes support for the W3C’s Badging API. This straightforward API allows web developers to badge the icon of a web app. This article explores the various features of ... more


Wednesday, 19 April, 2023 UTC

Release Notes for Safari Technology Preview 168

Learn about the latest web technology updates in Safari Technology Preview: Web Inspector, CSS, Rendering, Web Animations, JavaScript, Lockdown Mode, Media, Popover, Web API, and Accessibility. Overview Safari Technology Preview Release 168 is now available ... more


Wednesday, 19 April, 2023 UTC

Release Notes for Safari Technology Preview 168

Learn about the latest web technology updates in Safari Technology Preview: Web Inspector, CSS, Rendering, Web Animations, JavaScript, Lockdown Mode, Media, Popover, Web API, and Accessibility. Overview Safari Technology Preview Release 168 is now available ... more


Friday, 7 April, 2023 UTC

Release Notes for Safari Technology Preview 167

Safari Technology Preview Release 167 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in the Software Update pane of System Preferences on macOS ... more


Wednesday, 5 April, 2023 UTC

Release Notes for Safari Technology Preview 167

Safari Technology Preview Release 167 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in the Software Update pane of System Preferences on macOS ... more


Monday, 27 March, 2023 UTC

WebKit Features in Safari 16.4

Today, we’re thrilled to tell you about the many additions to WebKit that are included in Safari 16.4. This release is packed with 135 new web features and over 280 polish updates. Let’s take a look. You can experience Safari 16.4 on macOS Ventura, macOS ... more


Monday, 27 March, 2023 UTC

WebKit Features in Safari 16.4

Today, we’re thrilled to tell you about the many additions to WebKit that are included in Safari 16.4. This release is packed with 135 new web features and over 280 polish updates. Let’s take a look. You can experience Safari 16.4 on macOS Ventura, macOS ... more


Thursday, 23 March, 2023 UTC

Release Notes for Safari Technology Preview 166

Safari Technology Preview Release 166 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in the Software Update pane of System Preferences on macOS ... more


Thursday, 23 March, 2023 UTC

Release Notes for Safari Technology Preview 166

Safari Technology Preview Release 166 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in the Software Update pane of System Preferences on macOS ... more


Monday, 20 March, 2023 UTC

Enabling the Inspection of Web Content in Apps

Web Inspector is a powerful tool that allows you to debug the layout of web pages, step through JavaScript, read messages logged to the console, and more. In Safari on macOS, you can use Web Inspector to inspect web pages, extensions, and service workers. ... more


Monday, 20 March, 2023 UTC

Enabling the Inspection of Web Content in Apps

Web Inspector is a powerful tool that allows you to debug the layout of web pages, step through JavaScript, read messages logged to the console, and more. In Safari on macOS, you can use Web Inspector to inspect web pages, extensions, and service workers. ... more


Wednesday, 8 March, 2023 UTC

Release Notes for Safari Technology Preview 165

Safari Technology Preview Release 165 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in the Software Update pane of System Preferences on macOS ... more


Wednesday, 8 March, 2023 UTC

Release Notes for Safari Technology Preview 165

Safari Technology Preview Release 165 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in the Software Update pane of System Preferences on macOS ... more


Wednesday, 22 February, 2023 UTC

Release Notes for Safari Technology Preview 164

Safari Technology Preview Release 164 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS ... more


Wednesday, 22 February, 2023 UTC

Release Notes for Safari Technology Preview 164

Safari Technology Preview Release 164 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS ... more


Thursday, 16 February, 2023 UTC

Web Push for Web Apps on iOS and iPadOS

Today marks the release of iOS and iPadOS 16.4 beta 1, and with it comes support for Web Push and other features for Home Screen web apps. Today also brings the first beta of Safari 16.4. It’s a huge release, packed with over 135 features in WebKit — ... more


Thursday, 16 February, 2023 UTC

Web Push for Web Apps on iOS and iPadOS

Today marks the release of iOS and iPadOS 16.4 beta 1, and with it comes support for Web Push and other features for Home Screen web apps. Today also brings the first beta of Safari 16.4. It’s a huge release, packed with over 135 features in WebKit — ... more


Wednesday, 15 February, 2023 UTC

The User Activation API

As a web developer, you’ve probably noticed that certain APIs only work if an end-user clicks or taps on an HTML element. For example, if you try to run the following code in Safari’s Web Inspector, it will result in an error: await navigator.share({ ... more


Wednesday, 15 February, 2023 UTC

The User Activation API

As a web developer, you’ve probably noticed that certain APIs only work if an end-user clicks or taps on an HTML element. For example, if you try to run the following code in Safari’s Web Inspector, it will result in an error: await navigator.share({ ... more


Monday, 13 February, 2023 UTC

Declarative Shadow DOM

We’re pleased to announce that support for the declarative shadow DOM API has been added and enabled by default in Safari Technology Preview 162. To recap, shadow DOM is a part of Web Components, a set of specifications that were initially proposed by ... more


Monday, 13 February, 2023 UTC

Declarative Shadow DOM

We’re pleased to announce that support for the declarative shadow DOM API has been added and enabled by default in Safari Technology Preview 162. To recap, shadow DOM is a part of Web Components, a set of specifications that were initially proposed by ... more


Wednesday, 8 February, 2023 UTC

Release Notes for Safari Technology Preview 163

Safari Technology Preview Release 163 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS ... more


Wednesday, 8 February, 2023 UTC

Release Notes for Safari Technology Preview 163

Safari Technology Preview Release 163 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS ... more


Monday, 6 February, 2023 UTC

ElementInternals and Form-Associated Custom Elements

In Safari Technology Preview 162 we enabled the support for ElementInternals and the form-associated custom elements by default. Custom elements is a feature which lets web developers create reusable components by defining their own HTML elements without ... more


Monday, 6 February, 2023 UTC

ElementInternals and Form-Associated Custom Elements

In Safari Technology Preview 162 we enabled the support for ElementInternals and the form-associated custom elements by default. Custom elements is a feature which lets web developers create reusable components by defining their own HTML elements without ... more


Wednesday, 1 February, 2023 UTC

Pushing Interop Forward in 2023

A year ago, Apple, Bocoup, Google, Igalia, Microsoft, and Mozilla came together to improve the interoperability of the web and to continue our commitments to web standards — actions that ensure the web will work in any browser, on any operating system, ... more


Wednesday, 1 February, 2023 UTC

Pushing Interop Forward in 2023

A year ago, Apple, Bocoup, Google, Igalia, Microsoft, and Mozilla came together to improve the interoperability of the web and to continue our commitments to web standards — actions that ensure the web will work in any browser, on any operating system, ... more


Wednesday, 25 January, 2023 UTC

Release Notes for Safari Technology Preview 162

Safari Technology Preview Release 162 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS ... more


Wednesday, 25 January, 2023 UTC

Release Notes for Safari Technology Preview 162

Safari Technology Preview Release 162 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS ... more


Friday, 13 January, 2023 UTC

Release Notes for Safari Technology Preview 161

Safari Technology Preview Release 161 is now available for download for macOS Monterey 12.3 or later and macOS Ventura. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS ... more