Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-01-28のJS: Firefox 122、Deno 1.40、Safari 17.4 Beta #1159

Merged
merged 16 commits into from
Jan 28, 2024
Merged

Conversation

azu
Copy link
Member

@azu azu commented Jan 28, 2024

Firefox 122.0がリリースされました。

<select>の小要素として<hr>を許可するように、CSSのoffset-positionoffset-pathプロパティをデフォルトで有効化されています。
ArrayBuffer.prototype.transfer()の実装、XSSの対策としてSVGの<use>にData URLを利用できないように変更されています。
また、実験的な機能としてDeclarative shadow DOM、Popover API、Clipboard API、Intl.Segmenterが実装されています。


Deno 1.40がリリースされました。

Temporal APIのサポート、import.meta.filename/import.meta.dirnameのサポートが追加されています。
import.meta.filename/import.meta.dirnameは、Node.jsとBunでもサポートされています。

そのほかには、windowDeno.run()Deno.serveHttp()Deno.metrics()などの古いAPIを非推奨化が行われています。


Safari 17.4 Betaがリリースされました。

CSSでは、@scopeのサポート、Block Containersでのalign-contentをサポートなどが追加されています。
HTMLでは、<select>の中での<hr>のサポート。<input type=checkbox switch>のサポートなどが追加されています。
JSでは、Promise.withResolversArrayBuffer.prototype.transferObject.groupByのサポートなどが追加されています。
また、iOSでVP8/VP9/WebMをサポート、Full Screen APIをサポートなどが追加されています。

このリリースとは直接関係はないですが、AppleはEUではWebKit以外のブラウザエンジンを利用できるする発表をしています。
かなり色々な制限があるため、実際に利用できるかは不明ですが、iOS上で別のブラウザエンジンを利用できるようになる可能性があります。

関連する話題として、MozillaがAppleやGoogleなどのOSプラットフォーム側が制限している内容をまとめたサイトを公開しています。

@azu azu merged commit c93af0e into develop Jan 28, 2024
@azu azu deleted the jser-week-678 branch January 28, 2024 06:26
@azu
Copy link
Member Author

azu commented Jan 28, 2024

🦊 Firefox 122
🦕 Deno 1.40
🦓 Safari 17.4 Beta
(EU) iOSでWebKit以外のブラウザエンジンが許可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant