
Enforce Baseline (widely/newly/year) across JS Syntax, JS Builtins, and Web APIs
example.ts
const date = new Date();
const year = date.getYear();
Feature getYear()
is not a widely available Baseline feature.
Enforce Baseline (widely/newly/year) across JS Syntax, JS Builtins, and Web APIs
const date = new Date();
const year = date.getYear();
Feature getYear()
is not a widely available Baseline feature.