Skip to content

Commit 73335af

Browse files
authored
Update headers RegExp and Atomics/SharedArrayBuffers (#133)
1 parent cd5e021 commit 73335af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2024-03-07-boa-release-18.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ has been made, there is still more work to be completed until it is production r
120120
If you're interested in learning more or want to contribute to the native Rust implementation of
121121
Temporal, feel free to check out `temporal_rs`'s [issues](https://github.com/boa-dev/temporal/issues)!
122122

123-
## RegExp
123+
### RegExp
124124

125125
Over the past 7 months there has been some effort poured into an improved implementation of RegExp.
126126
This includes:
@@ -146,7 +146,7 @@ The remaining skipped tests are all related to stage 3 proposals.
146146

147147
[`RegExp.prototype.hasIndices`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/hasIndices
148148

149-
## Shared Array Buffer + Atomics
149+
### Shared Array Buffer + Atomics
150150

151151
The [SharedArrayBuffer] and [Atomics] builtins have been implemented in this release.
152152
This means embedders can now orchestrate `Context`s running on separate threads to execute

0 commit comments

Comments
 (0)